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