org.springframework.core.style |
Support for styling values as Strings, with ToStringCreator as central class.
|
Java Source File Name | Type | Comment |
DefaultToStringStyler.java | Class | Spring's default toString() styler. |
DefaultValueStyler.java | Class | Converts objects to string form, generally for debugging purposes,
using Spring's toString styling conventions. |
StylerUtils.java | Class | Simple utility class to allow for convenient access to value
styling logic, mainly to support descriptive logging messages.
For more sophisticated needs, use the ValueStyler abstraction
directly. |
ToStringCreator.java | Class | Utility class that builds pretty-printing toString() methods
with pluggable styling conventions. |
ToStringStyler.java | Interface | A strategy interface for pretty-printing toString() methods. |
ValueStyler.java | Interface | Strategy that encapsulates value string styling algorithms according to
Spring conventions. |