Uses of Class
org.apache.commons.lang3.builder.DiffResult
-
Packages that use DiffResult Package Description org.apache.commons.lang3.builder Assists in creating consistentequals(Object),toString(),hashCode(), andcompareTo(Object)methods. -
-
Uses of DiffResult in org.apache.commons.lang3.builder
Methods in org.apache.commons.lang3.builder that return DiffResult Modifier and Type Method Description DiffResultDiffBuilder. build()Builds aDiffResultbased on the differences appended to this builder.DiffResultReflectionDiffBuilder. build()DiffResultDiffable. diff(T obj)Retrieves a list of the differences between this object and the supplied object.Methods in org.apache.commons.lang3.builder with parameters of type DiffResult Modifier and Type Method Description DiffBuilderDiffBuilder. append(java.lang.String fieldName, DiffResult diffResult)Append diffs from anotherDiffResult.
-