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