| Package | Description | 
|---|---|
| org.springframework.beans | This package contains interfaces and classes for manipulating Java beans. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractNestablePropertyAccessorA basic  ConfigurablePropertyAccessorthat provides the necessary
 infrastructure for all typical use cases. | 
| class  | AbstractPropertyAccessorAbstract implementation of the  PropertyAccessorinterface. | 
| class  | BeanWrapperImplDefault  BeanWrapperimplementation that should be sufficient
 for all typical use cases. | 
| class  | DirectFieldAccessorConfigurablePropertyAccessorimplementation that directly accesses
 instance fields. | 
| class  | SimpleTypeConverterSimple implementation of the  TypeConverterinterface that does not operate on
 a specific target object. | 
| class  | TypeConverterSupportBase implementation of the  TypeConverterinterface, using a package-private delegate. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | PropertyEditorRegistrySupport. copyDefaultEditorsTo(PropertyEditorRegistrySupport target)Copy the default editors registered in this instance to the given target registry. |