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