Uses of Class
org.apache.commons.lang3.builder.DiffResult
Packages that use DiffResult
Package
Description
Provides classes to create consistent
equals(Object), toString(), hashCode(), and compareTo(Object) methods.-
Uses of DiffResult in org.apache.commons.lang3.builder
Classes in org.apache.commons.lang3.builder that implement interfaces with type arguments of type DiffResultModifier and TypeClassDescriptionclassDiffBuilder<T>Assists in implementingDiffable.diff(Object)methods.classAssists in implementingDiffable.diff(Object)methods.Methods in org.apache.commons.lang3.builder that return DiffResultModifier and TypeMethodDescriptionDiffBuilder.build()Builds aDiffResultbased on the differences appended to this builder.ReflectionDiffBuilder.build()Returns a reference to the object being constructed or result being calculated by the builder.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.