Uses of Class
graphql.util.NodeZipper.ModificationType
-
Packages that use NodeZipper.ModificationType Package Description graphql.util -
-
Uses of NodeZipper.ModificationType in graphql.util
Fields in graphql.util declared as NodeZipper.ModificationType Modifier and Type Field Description private NodeZipper.ModificationTypeNodeZipper. modificationTypeMethods in graphql.util that return NodeZipper.ModificationType Modifier and Type Method Description NodeZipper.ModificationTypeNodeZipper. getModificationType()static NodeZipper.ModificationTypeNodeZipper.ModificationType. valueOf(java.lang.String name)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.ModificationType Constructor Description NodeZipper(T curNode, java.util.List<Breadcrumb<T>> breadcrumbs, NodeAdapter<T> nodeAdapter, NodeZipper.ModificationType modificationType)
-