| Package | Description |
|---|---|
| org.aoju.bus.core.builder |
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
ReflectionDiffBuilder.build() |
DiffResult |
DiffBuilder.build()
Builds a
DiffResult based on the differences appended to this
builder. |
DiffResult |
Diffable.diff(T obj)
Retrieves a list of the differences between
this object and the supplied object.
|
| Modifier and Type | Method and Description |
|---|---|
DiffBuilder |
DiffBuilder.append(String fieldName,
DiffResult diffResult)
Append diffs from another
DiffResult. |
Copyright © 2019. All rights reserved.