See: Description
Interface | Description |
---|---|
BeanIntrospector.LazyValue | |
BeanIntrospectorFactory | Deprecated
Please use
IntrospectorFactory instead. |
Introspector<T extends Property> | |
IntrospectorFactory |
Interfaces used by
IntrospectorManager to create an Introspector using the factory pattern. |
Class | Description |
---|---|
BeanIntrospector |
A helper class to introspect properties in a Java Bean and provide an easy way to integrate with
PropertyTable . |
BeanIntrospectorContext | Deprecated
Please use
IntrospectorContext instead. |
BeanIntrospectorManager | Deprecated
Please use
IntrospectorManager instead. |
BeanProperty | |
ChildBeanProperty |
ChildBeanProperty is an special implementation for BeanProperty for child properties. |
IntrospectorContext |
The introspector context is used by IntrospectorManager so that for the same type, different introspectors can be
registered since the IntrospectorContext is different.
|
IntrospectorManager |
A global object that can register BeanIntrospector with a type and a IntrospectorContext.
|