| Package | Description |
|---|---|
| top.wavelength.betterreflection.dumper.all | |
| top.wavelength.betterreflection.dumper.implementation |
| Constructor and Description |
|---|
AllMethodsDumper(MethodDumper methodDumper)
Constructs an AllMethodsDumper with a specified MethodDumper.
|
| Modifier and Type | Method and Description |
|---|---|
MethodDumper |
MethodDumper.setIncludeModifiers(boolean includeModifiers)
Sets whether to include modifiers in the dumped string representation of a Method object.
|
MethodDumper |
MethodDumper.setParameterTypeDisplay(TypeDisplayNameFormat parameterTypeDisplay)
Sets the display format for the parameter types of the Method.
|
MethodDumper |
MethodDumper.setReturnTypeDisplay(TypeDisplayNameFormat returnType)
Sets the display format for the return type of the Method.
|
| Constructor and Description |
|---|
ClassDumper(ConstructorDumper constructorDumper,
FieldDumper fieldDumper,
MethodDumper methodDumper)
Constructs an instance of ClassDumper with the specified constructorDumper, fieldDumper, and methodDumper
|
Copyright © 2024. All rights reserved.