| Package | Description |
|---|---|
| org.apache.commons.lang3.builder |
Provides classes to create consistent
equals(Object), toString(), hashCode(), and compareTo(Object) methods. |
| Modifier and Type | Method and Description |
|---|---|
DiffResult<T> |
DiffBuilder.build()
Builds a
DiffResult based on the differences appended to this builder. |
DiffResult<T> |
ReflectionDiffBuilder.build()
Returns a reference to the object being constructed or result being
calculated by the builder.
|
DiffResult<T> |
Diffable.diff(T obj)
Retrieves a list of the differences between
this object and the supplied object.
|
| Modifier and Type | Method and Description |
|---|---|
DiffBuilder<T> |
DiffBuilder.append(String fieldName,
DiffResult<?> diffResult)
Appends diffs from another
DiffResult. |
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.