Uses of Class
org.apache.commons.lang3.builder.ReflectionDiffBuilder
-
Packages that use ReflectionDiffBuilder Package Description org.apache.commons.lang3.builder Provides classes to create 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.Builder. build()Builds a new configuredReflectionDiffBuilder.ReflectionDiffBuilder<T>ReflectionDiffBuilder. setExcludeFieldNames(java.lang.String... excludeFieldNames)Deprecated.
-