Uses of Interface
org.springframework.core.style.ValueStyler

Packages that use ValueStyler
org.springframework.core.style 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 ValueStyler
 class DefaultValueStyler
          Converts objects to string form, generally for debugging purposes, using Spring's toString styling conventions.
 

Fields in org.springframework.core.style declared as ValueStyler
(package private) static ValueStyler StylerUtils.DEFAULT_VALUE_STYLER
          Default ValueStyler instance used by this ToStringCreator.
 

Methods in org.springframework.core.style that return ValueStyler
protected  ValueStyler DefaultToStringStyler.getValueStyler()
           
 

Constructors in org.springframework.core.style with parameters of type ValueStyler
DefaultToStringStyler(ValueStyler valueStyler)
           
ToStringCreator(Object obj, ValueStyler styler)
          Create a ToStringBuilder for this object with the provided style.
 



Copyright (c) 2002-2005 The Spring Framework Project.