BeanInfo[] |
SimpleBeanInfo.getAdditionalBeanInfo() |
BeanInfo[] |
BeanInfo.getAdditionalBeanInfo() |
static BeanInfo |
Introspector.getBeanInfo(Class<?> beanClass)
Gets the BeanInfo object which contains the information of
the properties, events and methods of the specified bean class.
|
static BeanInfo |
Introspector.getBeanInfo(Class<?> beanClass,
Class<?> stopClass)
Gets the BeanInfo object which contains the information of
the properties, events and methods of the specified bean class.
|
static BeanInfo |
Introspector.getBeanInfo(Class<?> beanClass,
int flags)
Gets the BeanInfo object which contains the information of
the properties, events and methods of the specified bean class.
|