June 1997
Intermediate to advanced
318 pages
8h 17m
English
Class java.beans.Introspector
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.
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[]);
}
BeanInfo, IntrospectionException
Read now
Unlock full access