| 程序包 | 说明 |
|---|---|
| com.jn.langx.beans |
| 限定符和类型 | 方法和说明 |
|---|---|
static CachedIntrospectionResults |
CachedIntrospectionResults.forClass(Class<?> beanClass)
Create CachedIntrospectionResults for the given bean class.
|
static PropertyDescriptor |
JavaBeans.getPropertyDescriptor(Class<?> clazz,
String propertyName)
Retrieve the JavaBeans
PropertyDescriptors for the given property. |
static PropertyDescriptor[] |
JavaBeans.getPropertyDescriptors(Class<?> clazz)
Retrieve the JavaBeans
PropertyDescriptors of a given class. |
Copyright © 2022. All rights reserved.