public class StandardIntrospector extends java.lang.Object implements Introspector
Introspector
.构造器和说明 |
---|
StandardIntrospector() |
限定符和类型 | 方法和说明 |
---|---|
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)
Introspector
introspect
在接口中 Introspector
type
- The type to introspect.protected java.beans.BeanInfo getBeanInfo(java.lang.Class<?> type) throws java.beans.IntrospectionException
java.beans.IntrospectionException