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 ScalarTypeExtensionDefinitionScalarTypeExtensionDefinition.Builder. build()ScalarTypeExtensionDefinitionScalarTypeExtensionDefinition. deepCopy()ScalarTypeExtensionDefinitionScalarTypeExtensionDefinition. transformExtension(java.util.function.Consumer<ScalarTypeExtensionDefinition.Builder> builderConsumer)ScalarTypeExtensionDefinitionScalarTypeExtensionDefinition. 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 ScalarTypeExtensionDefinitionGraphqlAntlrToLanguage. 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. extensionDefinitionsprivate com.google.common.collect.ImmutableList<ScalarTypeExtensionDefinition>GraphQLScalarType. extensionDefinitionsMethods 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.BuilderGraphQLScalarType.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. extensionsprivate java.util.Map<java.lang.String,java.util.List<ScalarTypeExtensionDefinition>>TypeDefinitionRegistry. scalarTypeExtensionsMethods 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.StringSchemaGeneratorHelper. 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)
-