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, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public BeanMap(Object pBean) throws IntrospectionException
IntrospectionException
Copyright © 2017. All rights reserved.