Uses of Class
org.apache.commons.lang3.builder.ReflectionDiffBuilder
-
Packages that use ReflectionDiffBuilder Package Description org.apache.commons.lang3.builder Assists in creating consistentequals(Object)
,toString()
,hashCode()
, andcompareTo(Object)
methods. -
-
Uses of ReflectionDiffBuilder in org.apache.commons.lang3.builder
Methods in org.apache.commons.lang3.builder that return ReflectionDiffBuilder Modifier and Type Method Description ReflectionDiffBuilder<T>
ReflectionDiffBuilder. setExcludeFieldNames(java.lang.String... excludeFieldNamesParam)
Sets the field names to exclude.
-