open class DefaultToStringStyler : ToStringStyler
Spring's default This class is used by ToStringCreator to style |
|
open class DefaultValueStyler : ValueStyler
Converts objects to String form, generally for debugging purposes, using Spring's Uses the reflective visitor pattern underneath the hood to nicely encapsulate styling algorithms for each type of styled object. |
|
abstract class StylerUtils
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. This class simply uses a shared DefaultValueStyler instance underneath. |
|
open class ToStringCreator
Utility class that builds pretty-printing |