Class MapOf<K extends java.lang.String,​V>

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

    public class MapOf<K extends java.lang.String,​V>
    extends ParameterizedOf<java.util.Map<K,​V>>
    MapOf stores the generic parameter class to evade type erasure during decoding.
    • Constructor Summary

      Constructors 
      Constructor Description
      MapOf​(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

      • MapOf

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