public class StandardIntrospector extends java.lang.Object implements Introspector
Introspector.| Constructor and Description |
|---|
StandardIntrospector() |
| Modifier and Type | Method and Description |
|---|---|
protected java.beans.BeanInfo |
getBeanInfo(java.lang.Class<?> type) |
TypeInfo |
introspect(java.lang.Class<?> type)
Gathers information about a given type.
|
public TypeInfo introspect(java.lang.Class<?> type)
Introspectorintrospect in interface Introspectortype - The type to introspect.protected java.beans.BeanInfo getBeanInfo(java.lang.Class<?> type)
throws java.beans.IntrospectionException
java.beans.IntrospectionException