T - the type of the object in play@PublicApi public interface SchemaDirectiveWiringEnvironment<T extends GraphQLDirectiveContainer>
SchemaDirectiveWiring is passed this object as parameters
when it builds out behaviour| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getBuildContext() |
GraphQLDirective |
getDirective() |
T |
getElement() |
NodeParentTree<NamedNode> |
getNodeParentTree()
The node hierarchy depends on the element in question.
|
TypeDefinitionRegistry |
getRegistry() |
T getElement()
GraphQLDirective getDirective()
NodeParentTree<NamedNode> getNodeParentTree()
ObjectTypeDefinition nodes
have no parent, however a Argument might be on a FieldDefinition
which in turn might be on a ObjectTypeDefinition sayTypeDefinitionRegistry getRegistry()
java.util.Map<java.lang.String,java.lang.Object> getBuildContext()