Uses of Interface
graphql.schema.idl.SchemaDirectiveWiring
-
Packages that use SchemaDirectiveWiring Package Description graphql.schema.idl -
-
Uses of SchemaDirectiveWiring in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type SchemaDirectiveWiring Modifier and Type Field Description private java.util.List<SchemaDirectiveWiring>RuntimeWiring.Builder. directiveWiringprivate java.util.List<SchemaDirectiveWiring>RuntimeWiring. directiveWiringprivate java.util.Map<java.lang.String,SchemaDirectiveWiring>RuntimeWiring.Builder. registeredDirectiveWiringprivate java.util.Map<java.lang.String,SchemaDirectiveWiring>RuntimeWiring. registeredDirectiveWiringMethods in graphql.schema.idl that return SchemaDirectiveWiring Modifier and Type Method Description SchemaDirectiveWiringCombinedWiringFactory. getSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment environment)default SchemaDirectiveWiringWiringFactory. getSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment environment)Returns aSchemaDirectiveWiringgiven the environmentMethods in graphql.schema.idl that return types with arguments of type SchemaDirectiveWiring Modifier and Type Method Description java.util.List<SchemaDirectiveWiring>RuntimeWiring. getDirectiveWiring()java.util.Map<java.lang.String,SchemaDirectiveWiring>RuntimeWiring. getRegisteredDirectiveWiring()Methods in graphql.schema.idl with parameters of type SchemaDirectiveWiring Modifier and Type Method Description TSchemaGeneratorDirectiveHelper.EnvInvoker. apply(SchemaDirectiveWiring schemaDirectiveWiring, SchemaDirectiveWiringEnvironment<T> env)RuntimeWiring.BuilderRuntimeWiring.Builder. directive(java.lang.String directiveName, SchemaDirectiveWiring schemaDirectiveWiring)This provides the wiring code for a named directive.RuntimeWiring.BuilderRuntimeWiring.Builder. directiveWiring(SchemaDirectiveWiring schemaDirectiveWiring)This adds a directive wiring that will be called for all directives.private <T extends GraphQLDirectiveContainer>
TSchemaGeneratorDirectiveHelper. invokeWiring(T element, SchemaGeneratorDirectiveHelper.EnvInvoker<T> invoker, SchemaDirectiveWiring schemaDirectiveWiring, SchemaDirectiveWiringEnvironment<T> env)
-