T |
SchemaGeneratorDirectiveHelper.EnvInvoker.apply(SchemaDirectiveWiring schemaDirectiveWiring,
SchemaDirectiveWiringEnvironment<T> env) |
|
SchemaDirectiveWiring |
CombinedWiringFactory.getSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment environment) |
|
default SchemaDirectiveWiring |
WiringFactory.getSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment environment) |
|
private <T extends GraphQLDirectiveContainer> T |
SchemaGeneratorDirectiveHelper.invokeWiring(T element,
SchemaGeneratorDirectiveHelper.EnvInvoker<T> invoker,
SchemaDirectiveWiring schemaDirectiveWiring,
SchemaDirectiveWiringEnvironment<T> env) |
|
default GraphQLArgument |
SchemaDirectiveWiring.onArgument(SchemaDirectiveWiringEnvironment<GraphQLArgument> environment) |
This is called when an argument is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLEnumType |
SchemaDirectiveWiring.onEnum(SchemaDirectiveWiringEnvironment<GraphQLEnumType> environment) |
This is called when an enum is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
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 element
|
default GraphQLFieldDefinition |
SchemaDirectiveWiring.onField(SchemaDirectiveWiringEnvironment<GraphQLFieldDefinition> environment) |
This is called when a field is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLInputObjectField |
SchemaDirectiveWiring.onInputObjectField(SchemaDirectiveWiringEnvironment<GraphQLInputObjectField> environment) |
This is called when an input object field is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLInputObjectType |
SchemaDirectiveWiring.onInputObjectType(SchemaDirectiveWiringEnvironment<GraphQLInputObjectType> environment) |
This is called when an input object is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLInterfaceType |
SchemaDirectiveWiring.onInterface(SchemaDirectiveWiringEnvironment<GraphQLInterfaceType> environment) |
This is called when an interface is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLObjectType |
SchemaDirectiveWiring.onObject(SchemaDirectiveWiringEnvironment<GraphQLObjectType> environment) |
This is called when an object is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLScalarType |
SchemaDirectiveWiring.onScalar(SchemaDirectiveWiringEnvironment<GraphQLScalarType> environment) |
This is called when a custom scalar is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLUnionType |
SchemaDirectiveWiring.onUnion(SchemaDirectiveWiringEnvironment<GraphQLUnionType> environment) |
This is called when a union is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
boolean |
CombinedWiringFactory.providesSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment environment) |
|
default boolean |
WiringFactory.providesSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment environment) |
This is called to ask if this factory can provide a schema directive wiring.
|