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.Phase
DefaultTraverserContext. phase
Methods in graphql.util that return TraverserContext.Phase Modifier and Type Method Description TraverserContext.Phase
DefaultTraverserContext. getPhase()
TraverserContext.Phase
TraverserContext. getPhase()
static TraverserContext.Phase
TraverserContext.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) void
DefaultTraverserContext. setPhase(TraverserContext.Phase phase)
-