Java org.apache.commons.lang.builder StandardToStringStyle fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang.builder StandardToStringStyle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.lang.builder StandardToStringStyle.

The text is from its open source code.

Subclass

org.apache.commons.lang.builder.StandardToStringStyle has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetArrayEnd(String arrayEnd)

Sets the array end text.

null is accepted, but will be converted to an empty String.

voidsetArraySeparator(String arraySeparator)

Sets the array separator text.

null is accepted, but will be converted to an empty String.

voidsetArrayStart(String arrayStart)

Sets the array start text.

null is accepted, but will be converted to an empty String.

voidsetFieldNameValueSeparator(String fieldNameValueSeparator)

Sets the field name value separator text.

null is accepted, but will be converted to an empty String.

voidsetFieldSeparator(String fieldSeparator)

Sets the field separator text.

null is accepted, but will be converted to an empty String.

voidsetNullText(String nullText)

Sets the text to output when null found.

null is accepted, but will be converted to an empty String.

voidsetUseClassName(boolean useClassName)

Sets whether to use the class name.

voidsetUseIdentityHashCode(boolean useIdentityHashCode)

Sets whether to use the identity hash code.

voidsetUseShortClassName(boolean useShortClassName)

Sets whether to output short or long class names.