Package graphql.annotations.directives
Interface AnnotationsWiringEnvironment
-
- All Known Implementing Classes:
AnnotationsWiringEnvironmentImpl
public interface AnnotationsWiringEnvironment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description graphql.schema.GraphQLCodeRegistry.BuildergetCodeRegistryBuilder()graphql.schema.GraphQLDirectivegetDirective()graphql.schema.GraphQLDirectiveContainergetElement()graphql.schema.GraphQLSchemaElementgetParentElement()
-
-
-
Method Detail
-
getElement
graphql.schema.GraphQLDirectiveContainer getElement()
- Returns:
- the runtime element in play
-
getDirective
graphql.schema.GraphQLDirective getDirective()
- Returns:
- the directive that is being examined
-
getParentElement
graphql.schema.GraphQLSchemaElement getParentElement()
- Returns:
- the parent name of the element
-
getCodeRegistryBuilder
graphql.schema.GraphQLCodeRegistry.Builder getCodeRegistryBuilder()
- Returns:
- the code registry builder
-
-