Uses of Class org.apache.commons.lang.builder.ToStringStyle

Uses in package org.apache.commons.lang.builder

Classes derived from org.apache.commons.lang.builder.ToStringStyle

class
Works with ToStringBuilder to create a toString.

Constructors with parameter type org.apache.commons.lang.builder.ToStringStyle

Constructor.
ReflectionToStringBuilder.ReflectionToStringBuilder(Object object, ToStringStyle style, StringBuffer buffer)
Constructor.
ReflectionToStringBuilder.ReflectionToStringBuilder(Object object, ToStringStyle style, StringBuffer buffer, Class reflectUpToClass, boolean outputTransients)
Constructor.
ReflectionToStringBuilder.ReflectionToStringBuilder(Object object, ToStringStyle style, StringBuffer buffer, Class reflectUpToClass, boolean outputTransients, boolean outputStatics)
Constructor.
Constructor for ToStringBuilder specifying the output style.
ToStringBuilder.ToStringBuilder(Object object, ToStringStyle style, StringBuffer buffer)
Constructor for ToStringBuilder.

Fields of type org.apache.commons.lang.builder.ToStringStyle

ToStringStyle
The default toString style.
ToStringStyle
The multi line toString style.
ToStringStyle
The no field names toString style.
ToStringStyle
The short prefix toString style.
ToStringStyle
The simple toString style.

Methods with parameter type org.apache.commons.lang.builder.ToStringStyle

String
Forwards to ReflectionToStringBuilder.
String
ToStringBuilder.reflectionToString(Object object, ToStringStyle style, boolean outputTransients)
Forwards to ReflectionToStringBuilder.
String
ToStringBuilder.reflectionToString(Object object, ToStringStyle style, boolean outputTransients, Class reflectUpToClass)
Forwards to ReflectionToStringBuilder.
void
Sets the default ToStringStyle to use.
String
This method uses reflection to build a suitable toString.
String
ReflectionToStringBuilder.toString(Object object, ToStringStyle style, boolean outputTransients)
This method uses reflection to build a suitable toString.
String
ReflectionToStringBuilder.toString(Object object, ToStringStyle style, boolean outputTransients, Class reflectUpToClass)
This method uses reflection to build a suitable toString.
String
ReflectionToStringBuilder.toString(Object object, ToStringStyle style, boolean outputTransients, boolean outputStatics)
This method uses reflection to build a suitable toString.
String
ReflectionToStringBuilder.toString(Object object, ToStringStyle style, boolean outputTransients, boolean outputStatics, Class reflectUpToClass)
This method uses reflection to build a suitable toString.

Methods with return type org.apache.commons.lang.builder.ToStringStyle

ToStringStyle
Gets the default ToStringStyle to use.
ToStringStyle
Gets the ToStringStyle being used.

Copyright © 2001-2005 - Apache Software Foundation