Class MethodDataFetcherBuilder

  • All Implemented Interfaces:
    Builder<graphql.schema.DataFetcher>

    public class MethodDataFetcherBuilder
    extends java.lang.Object
    implements Builder<graphql.schema.DataFetcher>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      graphql.schema.DataFetcher build()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)
    • Method Detail

      • build

        public graphql.schema.DataFetcher build()
        Specified by:
        build in interface Builder<graphql.schema.DataFetcher>