| java.lang.Object | |
| ↳ | org.springframework.expression.spel.ast.FormatHelper |
Utility methods (formatters, etc) used during parsing and evaluation.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Produce a nice string for a given class object.
| |||||||||||
Produce a nice string for a given method name with specified arguments.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Produce a nice string for a given class object. For example a string array will have the formatted name "java.lang.String[]".
| clazz | The class whose name is to be formatted |
|---|
Produce a nice string for a given method name with specified arguments.
| name | the name of the method |
|---|---|
| argumentTypes | the types of the arguments to the method |