| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurablePropertyAccessor | |
|---|---|
| org.springframework.beans | This package contains interfaces and classes for manipulating Java beans. | 
| org.springframework.validation | Provides data binding and validation functionality, for usage in business and/or UI layers. | 
| Uses of ConfigurablePropertyAccessor in org.springframework.beans | 
|---|
| Subinterfaces of ConfigurablePropertyAccessor in org.springframework.beans | |
|---|---|
|  interface | BeanWrapperThe central interface of Spring's low-level JavaBeans infrastructure. | 
| Classes in org.springframework.beans that implement ConfigurablePropertyAccessor | |
|---|---|
|  class | AbstractPropertyAccessorAbstract implementation of the PropertyAccessorinterface. | 
|  class | BeanWrapperImplDefault BeanWrapperimplementation that should be sufficient
 for all typical use cases. | 
|  class | DirectFieldAccessorPropertyAccessorimplementation that directly accesses instance fields. | 
| Methods in org.springframework.beans that return ConfigurablePropertyAccessor | |
|---|---|
| static ConfigurablePropertyAccessor | PropertyAccessorFactory.forDirectFieldAccess(Object target)Obtain a PropertyAccessor for the given target object, accessing properties in direct field style. | 
| Uses of ConfigurablePropertyAccessor in org.springframework.validation | 
|---|
| Methods in org.springframework.validation that return ConfigurablePropertyAccessor | |
|---|---|
| protected  ConfigurablePropertyAccessor | DirectFieldBindingResult.createDirectFieldAccessor()Create a new DirectFieldAccessor for the underlying target object. | 
| protected  ConfigurablePropertyAccessor | DataBinder.getPropertyAccessor()Return the underlying PropertyAccessor of this binder's BindingResult. | 
|  ConfigurablePropertyAccessor | DirectFieldBindingResult.getPropertyAccessor()Returns the DirectFieldAccessor that this instance uses. | 
| abstract  ConfigurablePropertyAccessor | AbstractPropertyBindingResult.getPropertyAccessor()Provide the PropertyAccessor to work with, according to the concrete strategy of access. | 
|  ConfigurablePropertyAccessor | BeanPropertyBindingResult.getPropertyAccessor()Returns the BeanWrapperthat this instance uses. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||