public class IntrospectionCache extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static Map<Class<?>,Object> |
classCache
Map keyed by class containing IntrospectionCache.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static IntrospectionCache |
forClass(Class<?> beanClass)
For class.
|
PropertyDescriptor |
getPropertyDescriptor(String name)
Get property descriptor.
|
PropertyDescriptor[] |
getPropertyDescriptors()
Get property descriptors.
|
public static IntrospectionCache forClass(Class<?> beanClass)
beanClass - the bean classpublic PropertyDescriptor[] getPropertyDescriptors()
public PropertyDescriptor getPropertyDescriptor(String name)
name - the nameCopyright © 2016. All rights reserved.