Uses of Enum Class
com.graphql_java_generator.plugin.test.helper.DeepComparator.DifferenceType
Packages that use DeepComparator.DifferenceType
Package
Description
Some utilities to help the test development
-
Uses of DeepComparator.DifferenceType in com.graphql_java_generator.plugin.test.helper
Fields in com.graphql_java_generator.plugin.test.helper declared as DeepComparator.DifferenceTypeMethods in com.graphql_java_generator.plugin.test.helper that return DeepComparator.DifferenceTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DeepComparator.DifferenceType[]DeepComparator.DifferenceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.graphql_java_generator.plugin.test.helper with parameters of type DeepComparator.DifferenceTypeModifierConstructorDescriptionDifference(String path, DeepComparator.DifferenceType diffenceType, Object value1, Object value2, String info)