public final class BeanMap extends AbstractMap<String,Object> implements Serializable, Cloneable
Map adapter for a Java Bean.
Ruthlessly stolen from
See Also:AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object pKey) |
Object |
put(String pKey,
Object pValue) |
Object |
remove(Object pKey) |
int |
size() |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, valuespublic BeanMap(Object pBean) throws IntrospectionException
IntrospectionExceptionCopyright © 2017. All Rights Reserved.