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) DiffCategoryDiffEvent.Builder. categoryprivate DiffCategoryDiffEvent. categoryMethods in graphql.schema.diff that return DiffCategory Modifier and Type Method Description (package private) DiffCategorySchemaDiff. checkTypeWithNonNullAndListOnInputOrArg(Type oldType, Type newType)(package private) DiffCategorySchemaDiff. checkTypeWithNonNullAndListOnObjectOrInterface(Type oldType, Type newType)DiffCategoryDiffEvent. getCategory()static DiffCategoryDiffCategory. 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.BuilderDiffEvent.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)
-