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)
Introspector
introspect
in interface Introspector
type
- The type to introspect.protected BeanInfo getBeanInfo(Class<?> type) throws IntrospectionException
IntrospectionException
Copyright © 2016. All rights reserved.