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