Class DirectiveArgumentCreator
- java.lang.Object
-
- graphql.annotations.processor.directives.DirectiveArgumentCreator
-
public class DirectiveArgumentCreator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DirectiveArgumentCreator(CommonPropertiesCreator commonPropertiesCreator, TypeFunction typeFunction, ProcessingElementsContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description graphql.schema.GraphQLArgumentgetArgument(java.lang.reflect.Field field, java.lang.Class<?> containingClass)graphql.schema.GraphQLArgumentgetArgument(java.lang.reflect.Method method)graphql.schema.GraphQLArgumentgetArgument(java.lang.reflect.Parameter parameter)
-
-
-
Constructor Detail
-
DirectiveArgumentCreator
public DirectiveArgumentCreator(CommonPropertiesCreator commonPropertiesCreator, TypeFunction typeFunction, ProcessingElementsContainer container)
-
-
Method Detail
-
getArgument
public graphql.schema.GraphQLArgument getArgument(java.lang.reflect.Field field, java.lang.Class<?> containingClass)
-
getArgument
public graphql.schema.GraphQLArgument getArgument(java.lang.reflect.Method method)
-
getArgument
public graphql.schema.GraphQLArgument getArgument(java.lang.reflect.Parameter parameter)
-
-