public class BeanInfoCache extends Object
| 构造器和说明 |
|---|
BeanInfoCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<PropertyDescriptor> |
getPropertyDescriptors(Class<?> clazz) |
static Method |
getReadMethod(Class<?> clazz,
String propertyName) |
static Method |
getWriteMethod(Class<?> clazz,
String propertyName) |
Copyright © 2014. All rights reserved.