Uses of Enum
graphql.util.NodeZipper.ModificationType
Packages that use NodeZipper.ModificationType
-
Uses of NodeZipper.ModificationType in graphql.util
Fields in graphql.util declared as NodeZipper.ModificationTypeModifier and TypeFieldDescriptionprivate final NodeZipper.ModificationType
NodeZipper.modificationType
Methods in graphql.util that return NodeZipper.ModificationTypeModifier and TypeMethodDescriptionNodeZipper.getModificationType()
static NodeZipper.ModificationType
Returns the enum constant of this type with the specified name.static NodeZipper.ModificationType[]
NodeZipper.ModificationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in graphql.util with parameters of type NodeZipper.ModificationTypeModifierConstructorDescriptionNodeZipper
(T curNode, List<Breadcrumb<T>> breadcrumbs, NodeAdapter<T> nodeAdapter, NodeZipper.ModificationType modificationType)