public class DirectiveCreator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NO_VALID_LOCATIONS_DEFINED_ON_DIRECTIVE |
| Constructor and Description |
|---|
DirectiveCreator(DirectiveArgumentCreator directiveArgumentCreator,
CommonPropertiesCreator commonPropertiesCreator) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLDirective |
getDirective(java.lang.Class<?> annotatedClass) |
DirectiveAndWiring |
getDirectiveAndWiring(java.lang.reflect.Method directiveMethod) |
public static final java.lang.String NO_VALID_LOCATIONS_DEFINED_ON_DIRECTIVE
public DirectiveCreator(DirectiveArgumentCreator directiveArgumentCreator, CommonPropertiesCreator commonPropertiesCreator)
public graphql.schema.GraphQLDirective getDirective(java.lang.Class<?> annotatedClass)
public DirectiveAndWiring getDirectiveAndWiring(java.lang.reflect.Method directiveMethod)