public class AnnotationsWiringEnvironmentImpl extends java.lang.Object implements AnnotationsWiringEnvironment
| Constructor and Description |
|---|
AnnotationsWiringEnvironmentImpl(graphql.schema.GraphQLDirectiveContainer element,
graphql.schema.GraphQLDirective directive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
graphql.schema.GraphQLDirective |
getDirective() |
graphql.schema.GraphQLDirectiveContainer |
getElement() |
int |
hashCode() |
public AnnotationsWiringEnvironmentImpl(graphql.schema.GraphQLDirectiveContainer element,
graphql.schema.GraphQLDirective directive)
public graphql.schema.GraphQLDirectiveContainer getElement()
getElement in interface AnnotationsWiringEnvironmentpublic graphql.schema.GraphQLDirective getDirective()
getDirective in interface AnnotationsWiringEnvironmentpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object