Uses of Class
org.apache.commons.lang3.builder.DiffResult
Package
Description
Assists in creating consistent
equals(Object)
, toString()
, hashCode()
, and compareTo(Object)
methods.-
Uses of DiffResult in org.apache.commons.lang3.builder
Modifier 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.Modifier and TypeMethodDescriptionDiffBuilder.append
(String fieldName, DiffResult<?> diffResult) Appends diffs from anotherDiffResult
.