Uses of Class
graphql.util.TraverserContext.Phase
-
Packages that use TraverserContext.Phase Package Description graphql.util -
-
Uses of TraverserContext.Phase in graphql.util
Fields in graphql.util declared as TraverserContext.Phase Modifier and Type Field Description private TraverserContext.PhaseDefaultTraverserContext. phaseMethods in graphql.util that return TraverserContext.Phase Modifier and Type Method Description TraverserContext.PhaseDefaultTraverserContext. getPhase()TraverserContext.PhaseTraverserContext. getPhase()static TraverserContext.PhaseTraverserContext.Phase. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TraverserContext.Phase[]TraverserContext.Phase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in graphql.util with parameters of type TraverserContext.Phase Modifier and Type Method Description (package private) voidDefaultTraverserContext. setPhase(TraverserContext.Phase phase)
-