Uses of Class
org.rythmengine.toString.ToStringStyle

Packages that use ToStringStyle
org.rythmengine   
org.rythmengine.internal   
org.rythmengine.toString   
 

Uses of ToStringStyle in org.rythmengine
 

Methods in org.rythmengine with parameters of type ToStringStyle
static String _Rythm.toString(Object obj, ToStringOption option, ToStringStyle style)
           
 String RythmEngine.toString(Object obj, ToStringOption option, ToStringStyle style)
          Render template in AutoToString mode by one object instance which state is to be output and option and stype.
static String Rythm.toString(Object obj, ToStringOption option, ToStringStyle style)
           
 

Uses of ToStringStyle in org.rythmengine.internal
 

Fields in org.rythmengine.internal declared as ToStringStyle
protected  ToStringStyle ToStringTemplateBase.__style
           
 

Uses of ToStringStyle in org.rythmengine.toString
 

Fields in org.rythmengine.toString declared as ToStringStyle
static ToStringStyle ToStringStyle.DEFAULT_STYLE
          The default toString style.
static ToStringStyle ToStringStyle.MULTI_LINE_STYLE
          The multi line toString style.
static ToStringStyle ToStringStyle.NO_FIELD_NAMES_STYLE
          The no field names toString style.
static ToStringStyle ToStringStyle.SHORT_PREFIX_STYLE
          The short prefix toString style.
static ToStringStyle ToStringStyle.SIMPLE_STYLE
          The simple toString style.
 

Methods in org.rythmengine.toString that return ToStringStyle
static ToStringStyle ToStringStyle.fromApacheStyle(org.apache.commons.lang3.builder.ToStringStyle apacheStyle)
          Convert a ToStringStyle to the ToStringStyle
static ToStringStyle ToStringStyle.valueOf(String s)
          Create ToStringStyle instance from class name of the following predefined styles:

DEFAULT_STYLE SIMPLE_STYLE MULTI_LINE_STYLE SHORT_PREFIX_STYLE NO_FIELD_NAMES_STYLE

 



Copyright © 2013. All Rights Reserved.