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.valueDefinitionMapprivate final Map<String, GraphQLEnumValueDefinition> GraphQLEnumType.Builder.valuesMethods 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 GraphQLEnumValueDefinitionModifierConstructorDescriptionprivateGraphQLEnumType(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 GraphQLEnumValueDefinitionSchemaGeneratorHelper.buildEnumValue(SchemaGeneratorHelper.BuildContext buildCtx, EnumTypeDefinition typeDefinition, EnumValuesProvider enumValuesProvider, EnumValueDefinition evd) default GraphQLEnumValueDefinitionSchemaDirectiveWiring.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 GraphQLEnumValueDefinitionSchemaGeneratorDirectiveHelper.onEnumValue(GraphQLEnumValueDefinition enumValueDefinition, SchemaGeneratorDirectiveHelper.Parameters params) Methods in graphql.schema.idl with parameters of type GraphQLEnumValueDefinitionModifier and TypeMethodDescriptionprivate GraphQLEnumValueDefinitionSchemaGeneratorDirectiveHelper.onEnumValue(GraphQLEnumValueDefinition enumValueDefinition, SchemaGeneratorDirectiveHelper.Parameters params) Method parameters in graphql.schema.idl with type arguments of type GraphQLEnumValueDefinitionModifier and TypeMethodDescriptiondefault GraphQLEnumValueDefinitionSchemaDirectiveWiring.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
Subclasses with type arguments of type GraphQLEnumValueDefinition in graphql.schema.visitorModifier and TypeClassDescription(package private) static classSubinterfaces with type arguments of type GraphQLEnumValueDefinition in graphql.schema.visitorModifier and TypeInterfaceDescriptionstatic interfaceAGraphQLSchemaVisitorEnvironmentenvironment specific toGraphQLEnumValueDefinitionMethods in graphql.schema.visitor with parameters of type GraphQLEnumValueDefinitionModifier and TypeMethodDescriptiondefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitEnumValueDefinition(GraphQLEnumValueDefinition enumValueDefinition, GraphQLSchemaVisitor.EnumValueDefinitionVisitorEnvironment environment) Called when visiting aGraphQLEnumValueDefinitionin the schemaGraphQLSchemaVisitorAdapter.visitGraphQLEnumValueDefinition(GraphQLEnumValueDefinition node, TraverserContext<GraphQLSchemaElement> context)