Package | Description |
---|---|
org.apache.commons.lang3.builder |
Assists in creating consistent
equals(Object) , toString() , hashCode() , and compareTo(Object) methods. |
Modifier and Type | Method | 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–2018. All rights reserved.