public interface Introspector
Modifier and Type | Method and Description |
---|---|
Iterable<PropertyAwareAccessor> |
introspect(Class<?> type)
Resolves the accessors of the given type.
|
Iterable<PropertyAwareAccessor> introspect(Class<?> type)
type
- The type to introspect.Copyright © 2014. All rights reserved.