Uses of Class
graphql.language.ScalarTypeDefinition
Packages that use ScalarTypeDefinition
-
Uses of ScalarTypeDefinition in graphql.language
Subclasses of ScalarTypeDefinition in graphql.languageSubclasses with type arguments of type ScalarTypeDefinition in graphql.languageClasses in graphql.language that implement interfaces with type arguments of type ScalarTypeDefinitionModifier and TypeClassDescriptionclassclassclassMethods in graphql.language that return ScalarTypeDefinitionModifier and TypeMethodDescriptionScalarTypeDefinition.Builder.build()ScalarTypeDefinition.deepCopy()ScalarTypeDefinition.transform(Consumer<ScalarTypeDefinition.Builder> builderConsumer) ScalarTypeDefinition.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language with parameters of type ScalarTypeDefinitionModifier and TypeMethodDescriptionNodeVisitor.visitScalarTypeDefinition(ScalarTypeDefinition node, TraverserContext<Node> data) NodeVisitorStub.visitScalarTypeDefinition(ScalarTypeDefinition node, TraverserContext<Node> context) -
Uses of ScalarTypeDefinition in graphql.parser
Methods in graphql.parser that return ScalarTypeDefinitionModifier and TypeMethodDescriptionprotected ScalarTypeDefinitionGraphqlAntlrToLanguage.createScalarTypeDefinition(GraphqlParser.ScalarTypeDefinitionContext ctx) -
Uses of ScalarTypeDefinition in graphql.schema
Methods in graphql.schema that return ScalarTypeDefinitionMethods in graphql.schema with parameters of type ScalarTypeDefinitionModifier and TypeMethodDescriptionGraphQLScalarType.Builder.definition(ScalarTypeDefinition definition) -
Uses of ScalarTypeDefinition in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type ScalarTypeDefinitionModifier and TypeFieldDescriptionstatic final Map<String, ScalarTypeDefinition> ScalarInfo.GRAPHQL_SPECIFICATION_SCALARS_DEFINITIONSA map of scalar type definitions provided by graphql-javaMethods in graphql.schema.idl that return ScalarTypeDefinitionMethods in graphql.schema.idl that return types with arguments of type ScalarTypeDefinition