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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

voidsetArrayContentDetail(final boolean arrayContentDetail)

Sets whether to output array content detail.

voidsetContentEnd(final String contentEnd)

Sets the content end text.

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

voidsetContentStart(final String contentStart)

Sets the content start text.

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

voidsetDefaultFullDetail(final boolean defaultFullDetail)

Sets whether to use full detail when the caller doesn't specify.

voidsetFieldNameValueSeparator(final String fieldNameValueSeparator)

Sets the field name value separator text.

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

voidsetFieldSeparator(final String fieldSeparator)

Sets the field separator text.

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

voidsetFieldSeparatorAtStart(final boolean fieldSeparatorAtStart)

Sets whether the field separator should be added at the start of each buffer.

voidsetUseClassName(final boolean useClassName)

Sets whether to use the class name.

voidsetUseIdentityHashCode(final boolean useIdentityHashCode)

Sets whether to use the identity hash code.

voidsetUseShortClassName(final boolean useShortClassName)

Sets whether to output short or long class names.