类 BeanMap

java.lang.Object
java.util.AbstractMap<String,Object>
cn.taketoday.bytecode.beans.BeanMap
所有已实现的接口:
Map<String,Object>

public abstract class BeanMap extends AbstractMap<String,Object> implements Map<String,Object>
A Map-based view of a JavaBean. The default set of keys is the union of all property names (getters or setters). An attempt to set a read-only property will be ignored, and write-only properties will be returned as null. Removal of objects is not a supported (the key set is fixed).
作者:
Chris Nokleberg
另请参阅:
  • cn.taketoday.beans.support.BeanMapping