| Package | Description | 
|---|---|
| org.apache.commons.lang3.builder | 
 Assists in creating consistent  
equals(Object), toString(), hashCode(), and compareTo(Object) methods. | 
| 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 © 2001–2019 The Apache Software Foundation. All rights reserved.