Uses of Class
graphql.language.ScalarTypeExtensionDefinition
-
Packages that use ScalarTypeExtensionDefinition Package Description graphql.language graphql.parser graphql.schema graphql.schema.idl -
-
Uses of ScalarTypeExtensionDefinition in graphql.language
Methods in graphql.language that return ScalarTypeExtensionDefinition Modifier and Type Method Description ScalarTypeExtensionDefinition
ScalarTypeExtensionDefinition.Builder. build()
ScalarTypeExtensionDefinition
ScalarTypeExtensionDefinition. deepCopy()
ScalarTypeExtensionDefinition
ScalarTypeExtensionDefinition. transformExtension(java.util.function.Consumer<ScalarTypeExtensionDefinition.Builder> builderConsumer)
ScalarTypeExtensionDefinition
ScalarTypeExtensionDefinition. withNewChildren(NodeChildrenContainer newChildren)
Methods in graphql.language that return types with arguments of type ScalarTypeExtensionDefinition Modifier and Type Method Description private AstPrinter.NodePrinter<ScalarTypeExtensionDefinition>
AstPrinter. scalarTypeExtensionDefinition()
-
Uses of ScalarTypeExtensionDefinition in graphql.parser
Methods in graphql.parser that return ScalarTypeExtensionDefinition Modifier and Type Method Description protected ScalarTypeExtensionDefinition
GraphqlAntlrToLanguage. createScalarTypeExtensionDefinition(GraphqlParser.ScalarTypeExtensionDefinitionContext ctx)
-
Uses of ScalarTypeExtensionDefinition in graphql.schema
Fields in graphql.schema with type parameters of type ScalarTypeExtensionDefinition Modifier and Type Field Description private java.util.List<ScalarTypeExtensionDefinition>
GraphQLScalarType.Builder. extensionDefinitions
private com.google.common.collect.ImmutableList<ScalarTypeExtensionDefinition>
GraphQLScalarType. extensionDefinitions
Methods in graphql.schema that return types with arguments of type ScalarTypeExtensionDefinition Modifier and Type Method Description java.util.List<ScalarTypeExtensionDefinition>
GraphQLScalarType. getExtensionDefinitions()
Method parameters in graphql.schema with type arguments of type ScalarTypeExtensionDefinition Modifier and Type Method Description GraphQLScalarType.Builder
GraphQLScalarType.Builder. extensionDefinitions(java.util.List<ScalarTypeExtensionDefinition> extensionDefinitions)
-
Uses of ScalarTypeExtensionDefinition in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type ScalarTypeExtensionDefinition Modifier and Type Field Description private java.util.List<ScalarTypeExtensionDefinition>
ScalarWiringEnvironment. extensions
private java.util.Map<java.lang.String,java.util.List<ScalarTypeExtensionDefinition>>
TypeDefinitionRegistry. scalarTypeExtensions
Methods in graphql.schema.idl that return types with arguments of type ScalarTypeExtensionDefinition Modifier and Type Method Description java.util.List<ScalarTypeExtensionDefinition>
ScalarWiringEnvironment. getExtensions()
(package private) java.util.List<ScalarTypeExtensionDefinition>
SchemaGeneratorHelper. scalarTypeExtensions(ScalarTypeDefinition typeDefinition, SchemaGeneratorHelper.BuildContext buildCtx)
java.util.Map<java.lang.String,java.util.List<ScalarTypeExtensionDefinition>>
TypeDefinitionRegistry. scalarTypeExtensions()
Method parameters in graphql.schema.idl with type arguments of type ScalarTypeExtensionDefinition Modifier and Type Method Description (package private) java.lang.String
SchemaGeneratorHelper. getSpecifiedByUrl(ScalarTypeDefinition scalarTypeDefinition, java.util.List<ScalarTypeExtensionDefinition> extensions)
Constructor parameters in graphql.schema.idl with type arguments of type ScalarTypeExtensionDefinition Constructor Description ScalarWiringEnvironment(TypeDefinitionRegistry registry, ScalarTypeDefinition interfaceTypeDefinition, java.util.List<ScalarTypeExtensionDefinition> extensions)
-