Uses of Class
io.leangen.graphql.generator.BuildContext
-
-
Uses of BuildContext in io.leangen.graphql
Methods in io.leangen.graphql with parameters of type BuildContext Modifier and Type Method Description graphql.schema.GraphQLSchema.BuilderGraphQLSchemaProcessor. process(graphql.schema.GraphQLSchema.Builder schemaBuilder, BuildContext buildContext) -
Uses of BuildContext in io.leangen.graphql.generator
Fields in io.leangen.graphql.generator with type parameters of type BuildContext Modifier and Type Field Description List<Consumer<BuildContext>>BuildContext. postBuildHooksMethods in io.leangen.graphql.generator with parameters of type BuildContext Modifier and Type Method Description graphql.schema.GraphQLAppliedDirectiveOperationMapper. toGraphQLAppliedDirective(Directive directive, BuildContext buildContext)graphql.schema.GraphQLDirectiveOperationMapper. toGraphQLDirective(Directive directive, BuildContext buildContext)graphql.schema.GraphQLFieldDefinitionOperationMapper. toGraphQLField(String parentType, Operation operation, BuildContext buildContext)Maps a single operation to a GraphQL output field (as queries in GraphQL are nothing but fields of the root operation type).graphql.schema.GraphQLInputObjectFieldOperationMapper. toGraphQLInputField(InputField inputField, BuildContext buildContext)Maps a single field/property to a GraphQL input field.Constructors in io.leangen.graphql.generator with parameters of type BuildContext Constructor Description OperationMapper(String queryRoot, String mutationRoot, String subscriptionRoot, BuildContext buildContext) -
Uses of BuildContext in io.leangen.graphql.generator.mapping
Fields in io.leangen.graphql.generator.mapping declared as BuildContext Modifier and Type Field Description BuildContextTypeMappingEnvironment. buildContextMethods in io.leangen.graphql.generator.mapping with parameters of type BuildContext Modifier and Type Method Description graphql.schema.GraphQLAppliedDirectiveArgumentSchemaTransformerRegistry. transform(graphql.schema.GraphQLAppliedDirectiveArgument argument, DirectiveArgument directiveArgument, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLAppliedDirectiveSchemaTransformerRegistry. transform(graphql.schema.GraphQLAppliedDirective directive, Directive directiveModel, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLArgumentSchemaTransformerRegistry. transform(graphql.schema.GraphQLArgument argument, DirectiveArgument directiveArgument, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLArgumentSchemaTransformerRegistry. transform(graphql.schema.GraphQLArgument argument, OperationArgument operationArgument, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLDirectiveSchemaTransformerRegistry. transform(graphql.schema.GraphQLDirective directive, Directive directiveModel, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLFieldDefinitionSchemaTransformerRegistry. transform(graphql.schema.GraphQLFieldDefinition field, Operation operation, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLInputObjectFieldSchemaTransformerRegistry. transform(graphql.schema.GraphQLInputObjectField field, InputField inputField, OperationMapper operationMapper, BuildContext buildContext)default graphql.schema.GraphQLAppliedDirectiveArgumentSchemaTransformer. transformArgument(graphql.schema.GraphQLAppliedDirectiveArgument argument, DirectiveArgument directiveArgument, OperationMapper operationMapper, BuildContext buildContext)default graphql.schema.GraphQLArgumentSchemaTransformer. transformArgument(graphql.schema.GraphQLArgument argument, DirectiveArgument directiveArgument, OperationMapper operationMapper, BuildContext buildContext)default graphql.schema.GraphQLArgumentSchemaTransformer. transformArgument(graphql.schema.GraphQLArgument argument, OperationArgument operationArgument, OperationMapper operationMapper, BuildContext buildContext)default graphql.schema.GraphQLAppliedDirectiveSchemaTransformer. transformDirective(graphql.schema.GraphQLAppliedDirective directive, Directive directiveModel, OperationMapper operationMapper, BuildContext buildContext)default graphql.schema.GraphQLDirectiveSchemaTransformer. transformDirective(graphql.schema.GraphQLDirective directive, Directive directiveModel, OperationMapper operationMapper, BuildContext buildContext)default graphql.schema.GraphQLFieldDefinitionSchemaTransformer. transformField(graphql.schema.GraphQLFieldDefinition field, Operation operation, OperationMapper operationMapper, BuildContext buildContext)default graphql.schema.GraphQLInputObjectFieldSchemaTransformer. transformInputField(graphql.schema.GraphQLInputObjectField field, InputField inputField, OperationMapper operationMapper, BuildContext buildContext)Constructors in io.leangen.graphql.generator.mapping with parameters of type BuildContext Constructor Description TypeMappingEnvironment(TypedElement rootElement, OperationMapper operationMapper, BuildContext buildContext) -
Uses of BuildContext in io.leangen.graphql.generator.mapping.common
Methods in io.leangen.graphql.generator.mapping.common with parameters of type BuildContext Modifier and Type Method Description protected StringCachingMapper. getInputTypeName(AnnotatedType type, BuildContext buildContext)protected StringScalarMapper. getInputTypeName(AnnotatedType type, BuildContext buildContext)protected Optional<graphql.schema.GraphQLInputObjectField>ObjectTypeMapper. getTypeDiscriminatorField(InputFieldBuilderParams params, BuildContext buildContext)protected StringCachingMapper. getTypeName(AnnotatedType type, BuildContext buildContext)protected StringScalarMapper. getTypeName(AnnotatedType type, BuildContext buildContext)protected graphql.schema.GraphQLAppliedDirective[]EnumMapper. getValueDirectives(Enum<?> value, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLArgumentNonNullMapper. transformArgument(graphql.schema.GraphQLArgument argument, DirectiveArgument directiveArgument, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLArgumentNonNullMapper. transformArgument(graphql.schema.GraphQLArgument argument, OperationArgument operationArgument, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLFieldDefinitionNonNullMapper. transformField(graphql.schema.GraphQLFieldDefinition field, Operation operation, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLInputObjectFieldNonNullMapper. transformInputField(graphql.schema.GraphQLInputObjectField field, InputField inputField, OperationMapper operationMapper, BuildContext buildContext) -
Uses of BuildContext in io.leangen.graphql.generator.mapping.core
Methods in io.leangen.graphql.generator.mapping.core with parameters of type BuildContext Modifier and Type Method Description graphql.schema.GraphQLFieldDefinitionPublisherAdapter. transformField(graphql.schema.GraphQLFieldDefinition field, Operation operation, OperationMapper operationMapper, BuildContext buildContext) -
Uses of BuildContext in io.leangen.graphql.generator.mapping.strategy
Methods in io.leangen.graphql.generator.mapping.strategy with parameters of type BuildContext Modifier and Type Method Description List<Class<?>>AbstractInputHandler. findConcreteSubTypes(Class<?> abstractType, BuildContext buildContext)List<Class<?>>AutoScanAbstractInputHandler. findConcreteSubTypes(Class<?> abstractType, BuildContext buildContext)List<Class<?>>NoOpAbstractInputHandler. findConcreteSubTypes(Class<?> abstractType, BuildContext buildContext)Set<Type>AbstractInputHandler. findConstituentAbstractTypes(AnnotatedType javaType, BuildContext buildContext)Set<Type>AutoScanAbstractInputHandler. findConstituentAbstractTypes(AnnotatedType javaType, BuildContext buildContext)Set<Type>NoOpAbstractInputHandler. findConstituentAbstractTypes(AnnotatedType javaType, BuildContext buildContext)List<AnnotatedType>DefaultImplementationDiscoveryStrategy. findImplementations(AnnotatedType type, boolean autoDiscover, String[] scanPackages, BuildContext buildContext)List<AnnotatedType>ImplementationDiscoveryStrategy. findImplementations(AnnotatedType type, boolean autoDiscover, String[] scanPackages, BuildContext buildContext)
-