Class TypedNull


  • public class TypedNull
    extends java.lang.Object
    A placeholder for a null value of a specific type.
    Since:
    1.2.2
    Author:
    Jörg Schaible
    • Constructor Summary

      Constructors 
      Constructor Description
      TypedNull​(java.lang.Class type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class getType()  
      • Methods inherited from class java.lang.Object

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

      • TypedNull

        public TypedNull​(java.lang.Class type)
    • Method Detail

      • getType

        public java.lang.Class getType()