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

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

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.

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

class
Works with ToStringBuilder to create a toString.

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

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

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.
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 simple toString style.

Copyright © 2001-2003 - Apache Software Foundation