public class InnerDifferenceFinder extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
InnerDifferenceFinder.InnerDifferenceVisitor
The visitor for visiting the difference tree.
|
| Constructor and Description |
|---|
InnerDifferenceFinder() |
| Modifier and Type | Method and Description |
|---|---|
static Difference |
getInnerDifference(String fieldName,
Difference difference)
Gets the difference at the given element/field/key (depending on the type of the given difference)
|
public static Difference getInnerDifference(String fieldName, Difference difference)
fieldName - The name of the element/field/keydifference - The difference, not nullCopyright © 2016. All Rights Reserved.