Java java.beans Introspector fields, constructors, methods, implement or subclass

Example usage for Java java.beans Introspector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.beans Introspector.

The text is from its open source code.

Field

intUSE_ALL_BEANINFO
Flag to indicate to use of all beaninfo.
intIGNORE_ALL_BEANINFO
Flag to indicate to ignore all beaninfo.

Method

Stringdecapitalize(String name)
Utility method to take a string and convert it to normal Java variable name capitalization.
voidflushCaches()
Flush all of the Introspector's internal caches.
voidflushFromCaches(Class clz)
Flush the Introspector's internal cached information for a given class.
BeanInfogetBeanInfo(Class beanClass)
Introspect on a Java Bean and learn about all its properties, exposed methods, and events.
BeanInfogetBeanInfo(Class beanClass, int flags)
Introspect on a Java bean and learn about all its properties, exposed methods, and events, subject to some control flags.
BeanInfogetBeanInfo(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.
voidsetBeanInfoSearchPath(String[] path)
Change the list of package names that will be used for finding BeanInfo classes.