Example usage for Java java.beans Introspector fields, constructors, methods, implement or subclass
The text is from its open source code.
int | USE_ALL_BEANINFO Flag to indicate to use of all beaninfo. |
int | IGNORE_ALL_BEANINFO Flag to indicate to ignore all beaninfo. |
String | decapitalize(String name) Utility method to take a string and convert it to normal Java variable name capitalization. |
void | flushCaches() Flush all of the Introspector's internal caches. |
void | flushFromCaches(Class> clz) Flush the Introspector's internal cached information for a given class. |
BeanInfo | getBeanInfo(Class> beanClass) Introspect on a Java Bean and learn about all its properties, exposed methods, and events. |
BeanInfo | getBeanInfo(Class> beanClass, int flags) Introspect on a Java bean and learn about all its properties, exposed methods, and events, subject to some control flags. |
BeanInfo | getBeanInfo(Class> beanClass, Class> stopClass) Introspect on a Java bean and learn all about its properties, exposed methods, below a given "stop" point. |
String[] | getBeanInfoSearchPath() Gets the list of package names that will be used for finding BeanInfo classes. |
void | setBeanInfoSearchPath(String[] path) Change the list of package names that will be used for finding BeanInfo classes. |