Class ArgumentBuilder
- java.lang.Object
-
- graphql.annotations.processor.retrievers.fieldBuilders.ArgumentBuilder
-
-
Constructor Summary
Constructors Constructor Description ArgumentBuilder(java.lang.reflect.Method method, TypeFunction typeFunction, graphql.schema.GraphQLFieldDefinition.Builder builder, ProcessingElementsContainer container, graphql.schema.GraphQLOutputType outputType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<graphql.schema.GraphQLArgument>build()
-
-
-
Constructor Detail
-
ArgumentBuilder
public ArgumentBuilder(java.lang.reflect.Method method, TypeFunction typeFunction, graphql.schema.GraphQLFieldDefinition.Builder builder, ProcessingElementsContainer container, graphql.schema.GraphQLOutputType outputType)
-
-