Class PageOf<V>

  • Type Parameters:
    V - The element class of the page.
    All Implemented Interfaces:
    java.lang.reflect.ParameterizedType, java.lang.reflect.Type

    public class PageOf<V>
    extends ParameterizedOf<Page<V>>
    PageOf stores the generic parameter class to evade type erasure during deserialization.
    • Constructor Summary

      Constructors 
      Constructor Description
      PageOf​(java.lang.Class<V> 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

      • PageOf

        public PageOf​(java.lang.Class<V> valueClass)