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 DiffResult
DiffBuilder. build()
Builds aDiffResult
based on the differences appended to this builder.DiffResult
ReflectionDiffBuilder. build()
DiffResult
Diffable. 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 DiffBuilder
DiffBuilder. append(java.lang.String fieldName, DiffResult diffResult)
Append diffs from anotherDiffResult
.
-