| Package | Description |
|---|---|
| org.springframework.core.style |
Support for styling values as Strings, with ToStringCreator as central class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultValueStyler
Converts objects to String form, generally for debugging purposes,
using Spring's
toString styling conventions. |
| Modifier and Type | Method and Description |
|---|---|
protected ValueStyler |
DefaultToStringStyler.getValueStyler()
Return the ValueStyler used by this ToStringStyler.
|
| Constructor and Description |
|---|
DefaultToStringStyler(ValueStyler valueStyler)
Create a new DefaultToStringStyler.
|
ToStringCreator(Object obj,
ValueStyler styler)
Create a ToStringCreator for the given object, using the provided style.
|