| Package | Description |
|---|---|
| top.wavelength.betterreflection.dumper | |
| top.wavelength.betterreflection.dumper.implementation |
| Modifier and Type | Method and Description |
|---|---|
static TypeDisplayNameFormat |
TypeDisplayNameFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDisplayNameFormat[] |
TypeDisplayNameFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDisplayNameFormat |
MethodDumper.getParameterTypeDisplay()
Gets the display format for the parameter types of the Method.
|
TypeDisplayNameFormat |
ConstructorDumper.getParameterTypeDisplay()
Gets the display format for the parameter types of the Constructor.
|
TypeDisplayNameFormat |
MethodDumper.getReturnTypeDisplay()
Gets the display format for the return type of the Method.
|
TypeDisplayNameFormat |
FieldDumper.getTypeDisplay()
Gets the display format for the type of the Field.
|
| Modifier and Type | Method and Description |
|---|---|
MethodDumper |
MethodDumper.setParameterTypeDisplay(TypeDisplayNameFormat parameterTypeDisplay)
Sets the display format for the parameter types of the Method.
|
ConstructorDumper |
ConstructorDumper.setParameterTypeDisplay(TypeDisplayNameFormat parameterTypeDisplay)
Sets the display format for the parameter types of the Constructor.
|
MethodDumper |
MethodDumper.setReturnTypeDisplay(TypeDisplayNameFormat returnType)
Sets the display format for the return type of the Method.
|
FieldDumper |
FieldDumper.setTypeDisplay(TypeDisplayNameFormat typeDisplay)
Sets the display format for the return type of the Field.
|
Copyright © 2024. All rights reserved.