| Package | Description |
|---|---|
| top.wavelength.betterreflection.dumper.all | |
| top.wavelength.betterreflection.dumper.implementation |
| Constructor and Description |
|---|
AllConstructorsDumper(ConstructorDumper constructorDumper)
Constructs an AllConstructorsDumper with a specified ConstructorDumper.
|
| Modifier and Type | Method and Description |
|---|---|
ConstructorDumper |
ConstructorDumper.setIncludeModifiers(boolean includeModifiers)
Sets whether to include modifiers in the dumped string representation of a Constructor.
|
ConstructorDumper |
ConstructorDumper.setParameterTypeDisplay(TypeDisplayNameFormat parameterTypeDisplay)
Sets the display format for the parameter types of the Constructor.
|
| 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.