Class SchemaTransformerRegistry
- java.lang.Object
-
- io.leangen.graphql.generator.mapping.SchemaTransformerRegistry
-
public class SchemaTransformerRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description SchemaTransformerRegistry(List<SchemaTransformer> transformers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description graphql.schema.GraphQLAppliedDirectiveArgumenttransform(graphql.schema.GraphQLAppliedDirectiveArgument argument, DirectiveArgument directiveArgument, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLAppliedDirectivetransform(graphql.schema.GraphQLAppliedDirective directive, Directive directiveModel, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLArgumenttransform(graphql.schema.GraphQLArgument argument, DirectiveArgument directiveArgument, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLArgumenttransform(graphql.schema.GraphQLArgument argument, OperationArgument operationArgument, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLDirectivetransform(graphql.schema.GraphQLDirective directive, Directive directiveModel, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLFieldDefinitiontransform(graphql.schema.GraphQLFieldDefinition field, Operation operation, OperationMapper operationMapper, BuildContext buildContext)graphql.schema.GraphQLInputObjectFieldtransform(graphql.schema.GraphQLInputObjectField field, InputField inputField, OperationMapper operationMapper, BuildContext buildContext)
-
-
-
Constructor Detail
-
SchemaTransformerRegistry
public SchemaTransformerRegistry(List<SchemaTransformer> transformers)
-
-
Method Detail
-
transform
public graphql.schema.GraphQLFieldDefinition transform(graphql.schema.GraphQLFieldDefinition field, Operation operation, OperationMapper operationMapper, BuildContext buildContext)
-
transform
public graphql.schema.GraphQLInputObjectField transform(graphql.schema.GraphQLInputObjectField field, InputField inputField, OperationMapper operationMapper, BuildContext buildContext)
-
transform
public graphql.schema.GraphQLArgument transform(graphql.schema.GraphQLArgument argument, OperationArgument operationArgument, OperationMapper operationMapper, BuildContext buildContext)
-
transform
public graphql.schema.GraphQLArgument transform(graphql.schema.GraphQLArgument argument, DirectiveArgument directiveArgument, OperationMapper operationMapper, BuildContext buildContext)
-
transform
public graphql.schema.GraphQLAppliedDirectiveArgument transform(graphql.schema.GraphQLAppliedDirectiveArgument argument, DirectiveArgument directiveArgument, OperationMapper operationMapper, BuildContext buildContext)
-
transform
public graphql.schema.GraphQLDirective transform(graphql.schema.GraphQLDirective directive, Directive directiveModel, OperationMapper operationMapper, BuildContext buildContext)
-
transform
public graphql.schema.GraphQLAppliedDirective transform(graphql.schema.GraphQLAppliedDirective directive, Directive directiveModel, OperationMapper operationMapper, BuildContext buildContext)
-
-