Uses of Class
graphql.schema.GraphQLEnumValueDefinition
Packages that use GraphQLEnumValueDefinition
-
Uses of GraphQLEnumValueDefinition in graphql.schema
Fields in graphql.schema with type parameters of type GraphQLEnumValueDefinitionModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap
<String, GraphQLEnumValueDefinition> GraphQLEnumType.valueDefinitionMap
private final Map
<String, GraphQLEnumValueDefinition> GraphQLEnumType.Builder.values
Methods in graphql.schema that return GraphQLEnumValueDefinitionModifier and TypeMethodDescriptionGraphQLEnumValueDefinition.Builder.build()
GraphQLEnumValueDefinition.transform
(Consumer<GraphQLEnumValueDefinition.Builder> builderConsumer) This helps you transform the current GraphQLEnumValueDefinition into another one by starting a builder with all the current values and allows you to transform it how you want.GraphQLEnumValueDefinition.withNewChildren
(SchemaElementChildrenContainer newChildren) Methods in graphql.schema that return types with arguments of type GraphQLEnumValueDefinitionModifier and TypeMethodDescriptionprivate com.google.common.collect.ImmutableMap
<String, GraphQLEnumValueDefinition> GraphQLEnumType.buildMap
(List<GraphQLEnumValueDefinition> values) GraphQLEnumType.getValues()
Methods in graphql.schema with parameters of type GraphQLEnumValueDefinitionModifier and TypeMethodDescriptionGraphQLEnumValueDefinition.newEnumValueDefinition
(GraphQLEnumValueDefinition existing) GraphQLEnumType.Builder.value
(GraphQLEnumValueDefinition enumValueDefinition) GraphQLTypeVisitor.visitGraphQLEnumValueDefinition
(GraphQLEnumValueDefinition node, TraverserContext<GraphQLSchemaElement> context) GraphQLTypeVisitorStub.visitGraphQLEnumValueDefinition
(GraphQLEnumValueDefinition node, TraverserContext<GraphQLSchemaElement> context) Method parameters in graphql.schema with type arguments of type GraphQLEnumValueDefinitionModifier and TypeMethodDescriptionprivate com.google.common.collect.ImmutableMap
<String, GraphQLEnumValueDefinition> GraphQLEnumType.buildMap
(List<GraphQLEnumValueDefinition> values) GraphQLEnumType.Builder.replaceValues
(List<GraphQLEnumValueDefinition> valueDefinitions) GraphQLEnumType.Builder.values
(List<GraphQLEnumValueDefinition> valueDefinitions) Constructors in graphql.schema with parameters of type GraphQLEnumValueDefinitionConstructor parameters in graphql.schema with type arguments of type GraphQLEnumValueDefinitionModifierConstructorDescriptionprivate
GraphQLEnumType
(String name, String description, List<GraphQLEnumValueDefinition> values, List<GraphQLDirective> directives, List<GraphQLAppliedDirective> appliedDirectives, EnumTypeDefinition definition, List<EnumTypeExtensionDefinition> extensionDefinitions) -
Uses of GraphQLEnumValueDefinition in graphql.schema.idl
Methods in graphql.schema.idl that return GraphQLEnumValueDefinitionModifier and TypeMethodDescriptionprivate GraphQLEnumValueDefinition
SchemaGeneratorHelper.buildEnumValue
(SchemaGeneratorHelper.BuildContext buildCtx, EnumTypeDefinition typeDefinition, EnumValuesProvider enumValuesProvider, EnumValueDefinition evd) default GraphQLEnumValueDefinition
SchemaDirectiveWiring.onEnumValue
(SchemaDirectiveWiringEnvironment<GraphQLEnumValueDefinition> environment) This is called when an enum value is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementprivate GraphQLEnumValueDefinition
SchemaGeneratorDirectiveHelper.onEnumValue
(GraphQLEnumValueDefinition enumValueDefinition, SchemaGeneratorDirectiveHelper.Parameters params) Methods in graphql.schema.idl with parameters of type GraphQLEnumValueDefinitionModifier and TypeMethodDescriptionprivate GraphQLEnumValueDefinition
SchemaGeneratorDirectiveHelper.onEnumValue
(GraphQLEnumValueDefinition enumValueDefinition, SchemaGeneratorDirectiveHelper.Parameters params) Method parameters in graphql.schema.idl with type arguments of type GraphQLEnumValueDefinitionModifier and TypeMethodDescriptiondefault GraphQLEnumValueDefinition
SchemaDirectiveWiring.onEnumValue
(SchemaDirectiveWiringEnvironment<GraphQLEnumValueDefinition> environment) This is called when an enum value is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL element -
Uses of GraphQLEnumValueDefinition in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLEnumValueDefinitionModifier and TypeMethodDescriptionMultiReadOnlyGraphQLTypeVisitor.visitGraphQLEnumValueDefinition
(GraphQLEnumValueDefinition node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLEnumValueDefinition in graphql.schema.visitor
Methods in graphql.schema.visitor with parameters of type GraphQLEnumValueDefinitionModifier and TypeMethodDescriptiondefault GraphQLSchemaTraversalControl
GraphQLSchemaVisitor.visitEnumValueDefinition
(GraphQLEnumValueDefinition enumValueDefinition, GraphQLSchemaVisitor.EnumValueDefinitionVisitorEnvironment environment) Called when visiting aGraphQLEnumValueDefinition
in the schemaGraphQLSchemaVisitorAdapter.visitGraphQLEnumValueDefinition
(GraphQLEnumValueDefinition node, TraverserContext<GraphQLSchemaElement> context)