| Package | Description |
|---|---|
| org.apache.commons.lang3.builder |
Assists in creating consistent
equals(Object), toString(), hashCode(), and compareTo(Object) methods. |
| Modifier and Type | Method and Description |
|---|---|
ReflectionToStringBuilder |
ReflectionToStringBuilder.reflectionAppendArray(java.lang.Object array)
Append to the
toString an Object array. |
ReflectionToStringBuilder |
ReflectionToStringBuilder.setExcludeFieldNames(java.lang.String... excludeFieldNamesParam)
Sets the field names to exclude.
|