jodd.introspector
Class SupportedIntrospector
java.lang.Object
jodd.introspector.AccessibleIntrospector
jodd.introspector.SupportedIntrospector
- All Implemented Interfaces:
- Introspector
public class SupportedIntrospector
- extends AccessibleIntrospector
Introspector that caches all class descriptors.
All supported methods and fields are examined.
- See Also:
AccessibleIntrospector
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SupportedIntrospector
public SupportedIntrospector()
describeClass
protected ClassDescriptor describeClass(Class type)
- Describes a class by creating a new instance of
ClassDescriptor
that will examine all supported methods and fields.
- Overrides:
describeClass in class AccessibleIntrospector