| Package | Description |
|---|---|
| org.apache.directory.shared.ldap.util |
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static ToStringStyle |
ToStringBuilder.getDefaultStyle()
Gets the default
ToStringStyle to use. |
ToStringStyle |
ToStringBuilder.getStyle()
Gets the
ToStringStyle being used. |
| Modifier and Type | Method and Description |
|---|---|
static String |
ToStringBuilder.reflectionToString(Object object,
ToStringStyle style)
Forwards to
ReflectionToStringBuilder. |
static String |
ToStringBuilder.reflectionToString(Object object,
ToStringStyle style,
boolean outputTransients)
Forwards to
ReflectionToStringBuilder. |
static String |
ToStringBuilder.reflectionToString(Object object,
ToStringStyle style,
boolean outputTransients,
Class reflectUpToClass)
Forwards to
ReflectionToStringBuilder. |
static void |
ToStringBuilder.setDefaultStyle(ToStringStyle style)
Sets the default
ToStringStyle to use. |
static String |
ReflectionToStringBuilder.toString(Object object,
ToStringStyle style)
This method uses reflection to build a suitable
toString. |
static String |
ReflectionToStringBuilder.toString(Object object,
ToStringStyle style,
boolean outputTransients)
This method uses reflection to build a suitable
toString. |
static String |
ReflectionToStringBuilder.toString(Object object,
ToStringStyle style,
boolean outputTransients,
boolean outputStatics)
This method uses reflection to build a suitable
toString. |
static String |
ReflectionToStringBuilder.toString(Object object,
ToStringStyle style,
boolean outputTransients,
boolean outputStatics,
Class reflectUpToClass)
This method uses reflection to build a suitable
toString. |
static String |
ReflectionToStringBuilder.toString(Object object,
ToStringStyle style,
boolean outputTransients,
Class reflectUpToClass)
|
| Constructor and Description |
|---|
ReflectionToStringBuilder(Object object,
ToStringStyle style)
Constructor.
|
ReflectionToStringBuilder(Object object,
ToStringStyle style,
StringBuffer buffer)
Constructor.
|
ReflectionToStringBuilder(Object object,
ToStringStyle style,
StringBuffer buffer,
Class reflectUpToClass,
boolean outputTransients)
|
ReflectionToStringBuilder(Object object,
ToStringStyle style,
StringBuffer buffer,
Class reflectUpToClass,
boolean outputTransients,
boolean outputStatics)
Constructor.
|
ToStringBuilder(Object object,
ToStringStyle style)
Constructor for
ToStringBuilder specifying the output
style. |
ToStringBuilder(Object object,
ToStringStyle style,
StringBuffer buffer)
Constructor for
ToStringBuilder. |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.