public class StandardIntrospector extends Object implements Introspector
Introspector.| Constructor and Description |
|---|
StandardIntrospector() |
| Modifier and Type | Method and Description |
|---|---|
protected BeanInfo |
getBeanInfo(Class<?> type) |
Iterable<PropertyAwareAccessor> |
introspect(Class<?> type)
Resolves the accessors of the given type.
|
public Iterable<PropertyAwareAccessor> introspect(Class<?> type)
Introspectorintrospect in interface Introspectortype - The type to introspect.protected BeanInfo getBeanInfo(Class<?> type) throws IntrospectionException
IntrospectionExceptionCopyright © 2014. All rights reserved.