See: Description
| Interface | Description | 
|---|---|
| BeanConstructor<T> | 
 Models a bean constructor. 
 | 
| 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. 
 | 
| BeanMethod<B,T> | 
 Represents a method on a  
BeanIntrospection. | 
| 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 | 
|---|---|
| AbstractBeanConstructor<T> | 
 Abstract implementation of the  
BeanConstructor interface. | 
| AbstractBeanIntrospection<T> | 
 Abstract implementation of the  
BeanIntrospection interface. | 
| AbstractBeanIntrospectionReference<T> | 
 Abstract bean introspection reference used by  
BeanIntrospector to soft load introspections. | 
| AbstractBeanMethod<B,T> | 
 Abstract implementation of the  
BeanMethod interface. | 
| AbstractBeanProperty<B,P> | 
 Abstract implementation of  
BeanProperty. | 
BeanIntrospector for the main entry point.Introspected, 
BeanIntrospector, 
BeanIntrospection