Class GraphQLSurrogate

  • All Implemented Interfaces:

    
    public class GraphQLSurrogate<T extends Object>
    
                        

    A surrogate for a GraphQL object. Each surrogate has an origin object, which is the alchemist object that the surrogate represents.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final T origin
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      T getOrigin()
      • Methods inherited from class java.lang.Object

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

      • GraphQLSurrogate

        GraphQLSurrogate(T origin)