Uses of Interface
org.springframework.roo.support.style.ValueStyler

Packages that use ValueStyler
org.springframework.roo.support.style   
 

Uses of ValueStyler in org.springframework.roo.support.style
 

Classes in org.springframework.roo.support.style that implement ValueStyler
 class DefaultValueStyler
          Converts objects to String form, generally for debugging purposes, using Spring's toString styling conventions.
 

Methods in org.springframework.roo.support.style that return ValueStyler
protected  ValueStyler DefaultToStringStyler.getValueStyler()
          Return the ValueStyler used by this ToStringStyler.
 

Constructors in org.springframework.roo.support.style with parameters of type ValueStyler
DefaultToStringStyler(ValueStyler valueStyler)
          Create a new DefaultToStringStyler.
ToStringCreator(Object obj, ValueStyler styler)
          Create a ToStringCreator for the given object, using the provided style.
 



Copyright © 2009-2010 VMware, Inc. All Rights Reserved.