Package graphql.annotations.directives
Class AnnotationsWiringEnvironmentImpl
- java.lang.Object
-
- graphql.annotations.directives.AnnotationsWiringEnvironmentImpl
-
- All Implemented Interfaces:
AnnotationsWiringEnvironment
public class AnnotationsWiringEnvironmentImpl extends java.lang.Object implements AnnotationsWiringEnvironment
-
-
Constructor Summary
Constructors Constructor Description AnnotationsWiringEnvironmentImpl(graphql.schema.GraphQLDirectiveContainer element, graphql.schema.GraphQLDirective directive, graphql.schema.GraphQLSchemaElement parentElement, graphql.schema.GraphQLCodeRegistry.Builder codeRegistryBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)graphql.schema.GraphQLCodeRegistry.BuildergetCodeRegistryBuilder()graphql.schema.GraphQLDirectivegetDirective()graphql.schema.GraphQLDirectiveContainergetElement()graphql.schema.GraphQLSchemaElementgetParentElement()inthashCode()
-
-
-
Constructor Detail
-
AnnotationsWiringEnvironmentImpl
public AnnotationsWiringEnvironmentImpl(graphql.schema.GraphQLDirectiveContainer element, graphql.schema.GraphQLDirective directive, graphql.schema.GraphQLSchemaElement parentElement, graphql.schema.GraphQLCodeRegistry.Builder codeRegistryBuilder)
-
-
Method Detail
-
getElement
public graphql.schema.GraphQLDirectiveContainer getElement()
- Specified by:
getElementin interfaceAnnotationsWiringEnvironment- Returns:
- the runtime element in play
-
getDirective
public graphql.schema.GraphQLDirective getDirective()
- Specified by:
getDirectivein interfaceAnnotationsWiringEnvironment- Returns:
- the directive that is being examined
-
getParentElement
public graphql.schema.GraphQLSchemaElement getParentElement()
- Specified by:
getParentElementin interfaceAnnotationsWiringEnvironment- Returns:
- the parent name of the element
-
getCodeRegistryBuilder
public graphql.schema.GraphQLCodeRegistry.Builder getCodeRegistryBuilder()
- Specified by:
getCodeRegistryBuilderin interfaceAnnotationsWiringEnvironment- Returns:
- the code registry builder
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-