Name

Class java.beans.Introspector

Description

The Introspector analyzes a Bean’s class and superclasses looking for either explicit or implicit information. This information is then used to build a BeanInfo object that completely describes the Bean.

Class Definition

public class Introspector 
{
   // methods
   public static String decapitalize(String name);
   public static BeanInfo getBeanInfo(Class beanClass) 
            throws IntrospectionException;
   public static BeanInfo getBeanInfo(Class beanClass, Class stopClass)
            throws IntrospectionException;
   public static String[] getBeanInfoSearchPath();
   public static void setBeanInfoSearchPath(String path[]);
}

See Also

BeanInfo, IntrospectionException

Get Developing Java Beans now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.