See: Description
Interface | Description |
---|---|
BeanInfo<T> | Deprecated
Use
BeanIntrospection instead |
BeanIntrospection<T> |
A
BeanIntrospection is the result of compile time computation of a beans properties and annotation metadata. |
BeanIntrospectionReference<T> |
A reference to a
BeanIntrospection that may or may not be present on the classpath. |
BeanIntrospector |
Primary interface for obtaining
BeanIntrospection instances that are computed at compilation time. |
BeanMap<T> |
Simple class that provides a map interface over a bean.
|
BeanProperty<B,T> |
Represents a bean property and associated annotation metadata.
|
BeanWrapper<T> |
Wraps a bean allowing to read and write its properties via a underlying
BeanIntrospection . |
Class | Description |
---|---|
AbstractBeanIntrospection<T> |
Abstract implementation of the
BeanIntrospection interface. |
AbstractBeanIntrospectionReference<T> |
Abstract bean introspection reference used by
BeanIntrospector to soft load introspections. |
AbstractBeanProperty<B,P> |
Abstract implementation of
BeanProperty . |
Introspector | Deprecated
Replaced by
BeanIntrospector |
PropertyDescriptor | Deprecated
Use
BeanProperty instead |
BeanIntrospector
for the main entry point.Introspected
,
BeanIntrospector
,
BeanIntrospection