Uses of Class
org.apache.commons.lang3.builder.ReflectionToStringBuilder
Package
Description
Assists in creating consistent
equals(Object)
, toString()
, hashCode()
, and compareTo(Object)
methods.-
Uses of ReflectionToStringBuilder in org.apache.commons.lang3.builder
Modifier and TypeMethodDescriptionReflectionToStringBuilder.reflectionAppendArray
(Object array) Appends to thetoString
anObject
array.ReflectionToStringBuilder.setExcludeFieldNames
(String... excludeFieldNamesParam) Sets the field names to exclude.ReflectionToStringBuilder.setIncludeFieldNames
(String... includeFieldNamesParam) Sets the field names to include.