Class MapKeyValueElementPropertyMeta.KeyValue<K,V>

java.lang.Object
org.simpleflatmapper.reflect.meta.MapKeyValueElementPropertyMeta.KeyValue<K,V>
Enclosing class:
MapKeyValueElementPropertyMeta<T extends Map<K,V>,K,V>

public static class MapKeyValueElementPropertyMeta.KeyValue<K,V> extends Object
  • Constructor Details

    • KeyValue

      public KeyValue(K key, V value)
  • Method Details

    • getKey

      public K getKey()
    • getValue

      public V getValue()