Methods
| Name | Description | 
|---|---|
| decapitalize(String) | Utility method to take a string and convert it to normal Java variable name capitalization. | 
| getBeanInfo(Class) | Introspect on a Java bean and learn about all its properties, exposed methods, and events. | 
| getBeanInfo(Class, Class) | Introspect on a Java bean and learn all about its properties, exposed methods, below a given "stop" point. | 
| getBeanInfoSearchPath() | |
| setBeanInfoSearchPath(String[]) | Change the list of package names that will be used for finding BeanInfo classes. |