public class SupportedIntrospector extends AccessibleIntrospector
Introspector that caches all class descriptors.
All supported methods and fields are examined.AccessibleIntrospectorcache| Constructor and Description |
|---|
SupportedIntrospector() |
| Modifier and Type | Method and Description |
|---|---|
protected ClassDescriptor |
describeClass(java.lang.Class type)
Describes a class by creating a new instance of
ClassDescriptor
that will examine all supported methods and fields. |
lookup, register, resetprotected ClassDescriptor describeClass(java.lang.Class type)
ClassDescriptor
that will examine all supported methods and fields.describeClass in class AccessibleIntrospectorCopyright © 2003-2013 Jodd Team