Class NullableDocumentOf<E>

  • Type Parameters:
    E - The value class of the list.
    All Implemented Interfaces:
    java.lang.reflect.ParameterizedType, java.lang.reflect.Type

    public class NullableDocumentOf<E>
    extends ParameterizedOf<NullableDocument<E>>
    NullableDocumentOf stores the generic parameter class to evade type erasure during deserialization.
    • Constructor Summary

      Constructors 
      Constructor Description
      NullableDocumentOf​(java.lang.Class<E> valueClass)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.reflect.Type

        getTypeName
    • Constructor Detail

      • NullableDocumentOf

        public NullableDocumentOf​(java.lang.Class<E> valueClass)