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(Object array)
Append to the
toString an Object array. |
ReflectionToStringBuilder |
ReflectionToStringBuilder.setExcludeFieldNames(String... excludeFieldNamesParam)
Sets the field names to exclude.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.