Uses of Class
org.apache.commons.lang3.builder.DiffResult
Packages that use DiffResult
Package
Description
Assists in creating consistent
equals(Object)
, toString()
, hashCode()
, and compareTo(Object)
methods.-
Uses of DiffResult in org.apache.commons.lang3.builder
Methods in org.apache.commons.lang3.builder that return DiffResultModifier and TypeMethodDescriptionDiffBuilder.build()
Builds aDiffResult
based on the differences appended to this builder.ReflectionDiffBuilder.build()
Retrieves a list of the differences between this object and the supplied object.Methods in org.apache.commons.lang3.builder with parameters of type DiffResultModifier and TypeMethodDescriptionDiffBuilder.append
(String fieldName, DiffResult<?> diffResult) Appends diffs from anotherDiffResult
.