Class EnumBuilder


  • public class EnumBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      graphql.schema.GraphQLEnumType.Builder getEnumBuilder​(java.lang.Class<?> aClass)
      This will examine the object class and return a GraphQLEnumType.Builder ready for further definition
      • Methods inherited from class java.lang.Object

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

      • getEnumBuilder

        public graphql.schema.GraphQLEnumType.Builder getEnumBuilder​(java.lang.Class<?> aClass)
        This will examine the object class and return a GraphQLEnumType.Builder ready for further definition
        Parameters:
        aClass - the object class to examine
        Returns:
        a GraphQLEnumType.Builder that represents that object class