T - 描述的类型public final class MapBeanDescriptor<T> extends BeanDescriptor<T>
map 的描述信息
DOT, type| 限定符 | 构造器和说明 |
|---|---|
protected |
MapBeanDescriptor(java.lang.Class<T> type) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
getProperty(T obj,
java.lang.String name)
返回属性
|
void |
setProperty(T obj,
java.lang.String name,
java.lang.Object value)
设置属性
|
addProperty, findBeanProperty, findBeanPropertys, getAnnotation, getAnnotations, getBeanDescriptor, getBeanProperties, getBeanProperty, getBeanProperty, getChildBeanProperty, getType, hasAnnotation, hasBeanProperty, initTypeGenericParamprotected MapBeanDescriptor(java.lang.Class<T> type)
type - 类型public void setProperty(T obj, java.lang.String name, java.lang.Object value)
设置属性
setProperty 在类中 BeanDescriptor<T>obj - 目标对象name - 属性名称value - 属性值public java.lang.Object getProperty(T obj, java.lang.String name)
返回属性
getProperty 在类中 BeanDescriptor<T>obj - 目标对象name - 属性名