| Package | Description |
|---|---|
| top.wavelength.betterreflection.dumper.all | |
| top.wavelength.betterreflection.dumper.implementation |
| Constructor and Description |
|---|
AllFieldsDumper(FieldDumper fieldDumper)
Constructs an AllFieldsDumper with a specified FieldDumper.
|
| Modifier and Type | Method and Description |
|---|---|
FieldDumper |
FieldDumper.setIncludeModifiers(boolean includeModifiers)
Sets whether to include modifiers in the dumped string representation of a Field object.
|
FieldDumper |
FieldDumper.setIncludeName(boolean includeName)
Sets whether to include the name in the dumped string representation of a Field object.
|
FieldDumper |
FieldDumper.setTypeDisplay(TypeDisplayNameFormat typeDisplay)
Sets the display format for the return type of the Field.
|
| 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.