Package 

Class IDValueUnboxer

  • All Implemented Interfaces:
    graphql.execution.ValueUnboxer

    
    public class IDValueUnboxer
     implements ValueUnboxer
                        

    ID is a value class which may be represented at runtime as wrapper or directly as underlying type.

    We need to explicitly unwrap it as due to the generic nature of the query processing logic we always end up with up a wrapper type when resolving the field value.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      IDValueUnboxer()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

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

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

      • IDValueUnboxer

        IDValueUnboxer()