K - The map key typeV - The map value typeB - The container Bean typepublic final class MapProperty<K,V,B extends Bean> extends Property<java.util.Map<K,V>,B>
Property which holds a Map| Constructor and Description |
|---|
MapProperty(java.lang.String name,
java.lang.Class<K> keyType,
java.lang.String keyTypeName,
java.lang.Class<V> valueType,
java.lang.String valueTypeName,
java.lang.Class<B> beanType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<K> |
getKeyType() |
java.lang.String |
getKeyTypeName() |
static java.lang.Class<java.util.Map> |
getTypeForAccessorAndMutator() |
static java.lang.Class<java.util.HashMap> |
getTypeForDeclaration() |
java.lang.Class<V> |
getValueType() |
java.lang.String |
getValueTypeName() |
equals, get, getBeanType, getName, getType, getTypeName, getValueWhenNull, hashCode, set, toStringpublic static java.lang.Class<java.util.Map> getTypeForAccessorAndMutator()
public static java.lang.Class<java.util.HashMap> getTypeForDeclaration()
public java.lang.Class<K> getKeyType()
public java.lang.String getKeyTypeName()
public java.lang.Class<V> getValueType()
public java.lang.String getValueTypeName()