Class UnionTypeResolver

  • All Implemented Interfaces:
    graphql.schema.TypeResolver

    public class UnionTypeResolver
    extends java.lang.Object
    implements graphql.schema.TypeResolver
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      graphql.schema.GraphQLObjectType getType​(graphql.TypeResolutionEnvironment env)  
      • Methods inherited from class java.lang.Object

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

      • getType

        public graphql.schema.GraphQLObjectType getType​(graphql.TypeResolutionEnvironment env)
        Specified by:
        getType in interface graphql.schema.TypeResolver