Class MethodDataFetcherBuilder
- java.lang.Object
-
- graphql.annotations.processor.retrievers.fieldBuilders.method.MethodDataFetcherBuilder
-
-
Constructor Summary
Constructors Constructor Description MethodDataFetcherBuilder(java.lang.reflect.Method method, graphql.schema.GraphQLOutputType outputType, TypeFunction typeFunction, ProcessingElementsContainer container, graphql.schema.GraphQLFieldDefinition relayFieldDefinition, java.util.List<graphql.schema.GraphQLArgument> args, DataFetcherConstructor dataFetcherConstructor, boolean isConnection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description graphql.schema.DataFetcherbuild()
-
-
-
Constructor Detail
-
MethodDataFetcherBuilder
public MethodDataFetcherBuilder(java.lang.reflect.Method method, graphql.schema.GraphQLOutputType outputType, TypeFunction typeFunction, ProcessingElementsContainer container, graphql.schema.GraphQLFieldDefinition relayFieldDefinition, java.util.List<graphql.schema.GraphQLArgument> args, DataFetcherConstructor dataFetcherConstructor, boolean isConnection)
-
-