Class MethodTypeBuilder

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

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

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • build

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