Class TypedNull


  • public class TypedNull
    extends java.lang.Object
    A placeholder for a null value of a specific type.
    Since:
    1.2.2
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Class type  
    • 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
    • Field Detail

      • type

        private final java.lang.Class type
    • Constructor Detail

      • TypedNull

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

      • getType

        public java.lang.Class getType()