See: Description
| Interface | Description | 
|---|---|
| BeanInfo<T> | Deprecated Use  BeanIntrospectioninstead | 
| BeanIntrospection<T> | A  BeanIntrospectionis the result of compile time computation of a beans properties and annotation metadata. | 
| BeanIntrospectionReference<T> | A reference to a  BeanIntrospectionthat may or may not be present on the classpath. | 
| BeanIntrospector | Primary interface for obtaining  BeanIntrospectioninstances 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  BeanIntrospectioninterface. | 
| AbstractBeanIntrospectionReference<T> | Abstract bean introspection reference used by  BeanIntrospectorto soft load introspections. | 
| AbstractBeanProperty<B,P> | Abstract implementation of  BeanProperty. | 
| Introspector | Deprecated Replaced by  BeanIntrospector | 
| PropertyDescriptor | Deprecated Use  BeanPropertyinstead | 
BeanIntrospector for the main entry point.Introspected, 
BeanIntrospector, 
BeanIntrospection