Class DeepComparator.Difference
java.lang.Object
com.graphql_java_generator.plugin.test.helper.DeepComparator.Difference
- Enclosing class:
- DeepComparator
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDifference
(String path, DeepComparator.DifferenceType diffenceType, Object value1, Object value2, String info) -
Method Summary
-
Field Details
-
path
The path the show how the object structure has been crawled. For instance, if the comparison starts with an object o1, it compared the field field1, which is of type B, then its field field2 then found a difference, then the path is /field1/field2 -
type
-
value1
-
value2
-
info
Some additional information, especially for theCollection
s
-
-
Constructor Details
-
Difference
public Difference(String path, DeepComparator.DifferenceType diffenceType, Object value1, Object value2, String info)
-