| Package | Description | 
|---|---|
| org.springframework.core.style | Support for styling values as Strings, with ToStringCreator as central class. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultValueStylerConverts objects to String form, generally for debugging purposes,
 using Spring's  toStringstyling 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. |