Class FieldDataFetcherBuilder
- java.lang.Object
-
- graphql.annotations.processor.retrievers.fieldBuilders.field.FieldDataFetcherBuilder
-
-
Constructor Summary
Constructors Constructor Description FieldDataFetcherBuilder(java.lang.reflect.Field field, DataFetcherConstructor dataFetcherConstructor, graphql.schema.GraphQLType outputType, TypeFunction typeFunction, ProcessingElementsContainer container, boolean isConnection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description graphql.schema.DataFetcherbuild()
-
-
-
Constructor Detail
-
FieldDataFetcherBuilder
public FieldDataFetcherBuilder(java.lang.reflect.Field field, DataFetcherConstructor dataFetcherConstructor, graphql.schema.GraphQLType outputType, TypeFunction typeFunction, ProcessingElementsContainer container, boolean isConnection)
-
-