| Package | Description |
|---|---|
| org.springframework.core.style |
Support for styling values as Strings, with ToStringCreator as central class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultToStringStyler
Spring's default
toString() styler. |
| Constructor and Description |
|---|
ToStringCreator(Object obj,
ToStringStyler styler)
Create a ToStringCreator for the given object, using the provided style.
|