Uses of Class
graphql.language.EnumTypeExtensionDefinition
-
Packages that use EnumTypeExtensionDefinition Package Description graphql.language graphql.parser graphql.schema graphql.schema.idl -
-
Uses of EnumTypeExtensionDefinition in graphql.language
Methods in graphql.language that return EnumTypeExtensionDefinition Modifier and Type Method Description EnumTypeExtensionDefinition
EnumTypeExtensionDefinition.Builder. build()
EnumTypeExtensionDefinition
EnumTypeExtensionDefinition. deepCopy()
EnumTypeExtensionDefinition
EnumTypeExtensionDefinition. transformExtension(java.util.function.Consumer<EnumTypeExtensionDefinition.Builder> builderConsumer)
EnumTypeExtensionDefinition
EnumTypeExtensionDefinition. withNewChildren(NodeChildrenContainer newChildren)
Methods in graphql.language that return types with arguments of type EnumTypeExtensionDefinition Modifier and Type Method Description private AstPrinter.NodePrinter<EnumTypeExtensionDefinition>
AstPrinter. enumTypeExtensionDefinition()
Constructors in graphql.language with parameters of type EnumTypeExtensionDefinition Constructor Description Builder(EnumTypeExtensionDefinition existing)
-
Uses of EnumTypeExtensionDefinition in graphql.parser
Methods in graphql.parser that return EnumTypeExtensionDefinition Modifier and Type Method Description protected EnumTypeExtensionDefinition
GraphqlAntlrToLanguage. createEnumTypeExtensionDefinition(GraphqlParser.EnumTypeExtensionDefinitionContext ctx)
-
Uses of EnumTypeExtensionDefinition in graphql.schema
Fields in graphql.schema with type parameters of type EnumTypeExtensionDefinition Modifier and Type Field Description private java.util.List<EnumTypeExtensionDefinition>
GraphQLEnumType.Builder. extensionDefinitions
private com.google.common.collect.ImmutableList<EnumTypeExtensionDefinition>
GraphQLEnumType. extensionDefinitions
Methods in graphql.schema that return types with arguments of type EnumTypeExtensionDefinition Modifier and Type Method Description java.util.List<EnumTypeExtensionDefinition>
GraphQLEnumType. getExtensionDefinitions()
Method parameters in graphql.schema with type arguments of type EnumTypeExtensionDefinition Modifier and Type Method Description GraphQLEnumType.Builder
GraphQLEnumType.Builder. extensionDefinitions(java.util.List<EnumTypeExtensionDefinition> extensionDefinitions)
-
Uses of EnumTypeExtensionDefinition in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type EnumTypeExtensionDefinition Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<EnumTypeExtensionDefinition>>
TypeDefinitionRegistry. enumTypeExtensions
Methods in graphql.schema.idl that return types with arguments of type EnumTypeExtensionDefinition Modifier and Type Method Description (package private) java.util.List<EnumTypeExtensionDefinition>
SchemaGeneratorHelper. enumTypeExtensions(EnumTypeDefinition typeDefinition, SchemaGeneratorHelper.BuildContext buildCtx)
java.util.Map<java.lang.String,java.util.List<EnumTypeExtensionDefinition>>
TypeDefinitionRegistry. enumTypeExtensions()
-