Uses of Class
graphql.schema.diff.DiffCategory
-
Packages that use DiffCategory Package Description graphql.schema.diff -
-
Uses of DiffCategory in graphql.schema.diff
Fields in graphql.schema.diff declared as DiffCategory Modifier and Type Field Description (package private) DiffCategory
DiffEvent.Builder. category
private DiffCategory
DiffEvent. category
Methods in graphql.schema.diff that return DiffCategory Modifier and Type Method Description (package private) DiffCategory
SchemaDiff. checkTypeWithNonNullAndListOnInputOrArg(Type oldType, Type newType)
(package private) DiffCategory
SchemaDiff. checkTypeWithNonNullAndListOnObjectOrInterface(Type oldType, Type newType)
DiffCategory
DiffEvent. getCategory()
static DiffCategory
DiffCategory. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DiffCategory[]
DiffCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in graphql.schema.diff with parameters of type DiffCategory Modifier and Type Method Description DiffEvent.Builder
DiffEvent.Builder. category(DiffCategory category)
Constructors in graphql.schema.diff with parameters of type DiffCategory Constructor Description DiffEvent(DiffLevel level, DiffCategory category, java.lang.String typeName, java.lang.String fieldName, TypeKind typeOfType, java.lang.String reasonMsg, java.util.List<java.lang.String> components)
-