public interface BeanInfoFactory
| 限定符和类型 | 方法和说明 |
|---|---|
BeanInfo |
getBeanInfo(Class<?> beanClass)
Return the bean info for the given class, if supported.
|
BeanInfo getBeanInfo(Class<?> beanClass) throws IntrospectionException
beanClass - the bean classnull if the given class is not supportedIntrospectionException - in case of exceptionsCopyright © 2022. All rights reserved.