Uses of Class
org.apache.commons.lang3.builder.ReflectionDiffBuilder.Builder
-
Packages that use ReflectionDiffBuilder.Builder Package Description org.apache.commons.lang3.builder Assists in creating consistentequals(Object)
,toString()
,hashCode()
, andcompareTo(Object)
methods. -
-
Uses of ReflectionDiffBuilder.Builder in org.apache.commons.lang3.builder
Methods in org.apache.commons.lang3.builder that return ReflectionDiffBuilder.Builder Modifier and Type Method Description static <T> ReflectionDiffBuilder.Builder<T>
ReflectionDiffBuilder. builder()
Constructs a newReflectionDiffBuilder.Builder
.ReflectionDiffBuilder.Builder<T>
ReflectionDiffBuilder.Builder. setDiffBuilder(DiffBuilder<T> diffBuilder)
Sets the DiffBuilder.ReflectionDiffBuilder.Builder<T>
ReflectionDiffBuilder.Builder. setExcludeFieldNames(java.lang.String... excludeFieldNames)
Sets field names to exclude from output.
-