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.ModificationType
NodeZipper. modificationType
Methods in graphql.util that return NodeZipper.ModificationType Modifier and Type Method Description NodeZipper.ModificationType
NodeZipper. getModificationType()
static NodeZipper.ModificationType
NodeZipper.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)
-