Uses of Class
graphql.language.NonNullType
-
Packages that use NonNullType Package Description graphql.language graphql.parser graphql.schema.idl -
-
Uses of NonNullType in graphql.language
Methods in graphql.language that return NonNullType Modifier and Type Method Description NonNullTypeNonNullType.Builder. build()NonNullTypeNonNullType. deepCopy()NonNullTypeNonNullType. transform(java.util.function.Consumer<NonNullType.Builder> builderConsumer)NonNullTypeNonNullType. withNewChildren(NodeChildrenContainer newChildren)Methods in graphql.language with parameters of type NonNullType Modifier and Type Method Description TraversalControlNodeVisitor. visitNonNullType(NonNullType node, TraverserContext<Node> data)TraversalControlNodeVisitorStub. visitNonNullType(NonNullType node, TraverserContext<Node> context)Constructors in graphql.language with parameters of type NonNullType Constructor Description Builder(NonNullType existing) -
Uses of NonNullType in graphql.parser
Methods in graphql.parser that return NonNullType Modifier and Type Method Description protected NonNullTypeGraphqlAntlrToLanguage. createNonNullType(GraphqlParser.NonNullTypeContext ctx) -
Uses of NonNullType in graphql.schema.idl
Methods in graphql.schema.idl with parameters of type NonNullType Modifier and Type Method Description private voidArgValueOfAllowedTypeChecker. checkArgValueMatchesAllowedNonNullType(java.util.List<GraphQLError> errors, Value<?> instanceValue, NonNullType allowedArgType)
-