| Modifier and Type | Method and Description |
|---|---|
protected void |
ObjectComparator.compareFields(Object left,
Object right,
Class<?> clazz,
ObjectDifference difference,
boolean onlyFirstDifference,
ReflectionComparator reflectionComparator)
Compares the values of all fields in the given objects by use of reflection.
|
| Modifier and Type | Method and Description |
|---|---|
T |
DifferenceVisitor.visit(ObjectDifference objectDifference,
A argument)
Visits an object difference.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
TreeDifferenceView.formatDifference(ObjectDifference objectDifference,
String fieldName)
Creates a string representation of an object difference.
|
protected String |
DefaultDifferenceView.formatDifference(ObjectDifference objectDifference,
String fieldName)
Creates a string representation of an object difference.
|
String |
TreeDifferenceView.TreeDifferenceFormatterVisitor.visit(ObjectDifference objectDifference,
String fieldName) |
String |
DefaultDifferenceView.DifferenceFormatterVisitor.visit(ObjectDifference objectDifference,
String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
MatchingScoreCalculator.getMatchingScore(ObjectDifference objectDifference)
Gets the matching score for an object difference.
|
Integer |
MatchingScoreCalculator.MatchingScoreVisitor.visit(ObjectDifference objectDifference,
Integer argument) |
Difference |
InnerDifferenceFinder.InnerDifferenceVisitor.visit(ObjectDifference objectDifference,
String fieldName)
Returns the difference at the field with the given name.
|
Copyright © 2016. All Rights Reserved.