Class DeepComparator.Difference

java.lang.Object
com.graphql_java_generator.plugin.test.helper.DeepComparator.Difference
Enclosing class:
DeepComparator

public static class DeepComparator.Difference extends Object
  • Field Details

    • path

      public String 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

      public Object value1
    • value2

      public Object value2
    • info

      public String info
      Some additional information, especially for the Collections
  • Constructor Details