Uses of Interface
org.springframework.core.style.ValueStyler
Packages that use ValueStyler
Package
Description
Support for styling values as Strings, with ToStringCreator as central class.
-
Uses of ValueStyler in org.springframework.core.style
Classes in org.springframework.core.style that implement ValueStylerModifier and TypeClassDescriptionclassConverts objects to String form, generally for debugging purposes, using Spring'stoStringstyling conventions.classValueStylerthat converts objects to String form — generally for debugging purposes — using simple styling conventions that mimic thetoString()styling conventions for standard JDK implementations of collections, maps, and arrays.Methods in org.springframework.core.style that return ValueStylerModifier and TypeMethodDescriptionprotected final ValueStylerDefaultToStringStyler.getValueStyler()Return the ValueStyler used by this ToStringStyler.Constructors in org.springframework.core.style with parameters of type ValueStylerModifierConstructorDescriptionDefaultToStringStyler(ValueStyler valueStyler) Create a new DefaultToStringStyler.ToStringCreator(Object obj, ValueStyler styler) Create a ToStringCreator for the given object, using the provided style.