Uses of Interface
org.springframework.beans.ConfigurablePropertyAccessor
Package
Description
This package contains interfaces and classes for manipulating Java beans.
Provides data binding and validation functionality,
for usage in business and/or UI layers.
-
Uses of ConfigurablePropertyAccessor in org.springframework.beans
Modifier and TypeInterfaceDescriptioninterface
The central interface of Spring's low-level JavaBeans infrastructure.Modifier and TypeClassDescriptionclass
A basicConfigurablePropertyAccessor
that provides the necessary infrastructure for all typical use cases.class
Abstract implementation of thePropertyAccessor
interface.class
DefaultBeanWrapper
implementation that should be sufficient for all typical use cases.class
ConfigurablePropertyAccessor
implementation that directly accesses instance fields.Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionprotected ConfigurablePropertyAccessor
DirectFieldBindingResult.createDirectFieldAccessor()
Create a new DirectFieldAccessor for the underlying target object.abstract ConfigurablePropertyAccessor
AbstractPropertyBindingResult.getPropertyAccessor()
Provide the PropertyAccessor to work with, according to the concrete strategy of access.BeanPropertyBindingResult.getPropertyAccessor()
Returns theBeanWrapper
that this instance uses.protected ConfigurablePropertyAccessor
DataBinder.getPropertyAccessor()
Return the underlying PropertyAccessor of this binder's BindingResult.DirectFieldBindingResult.getPropertyAccessor()
Returns the DirectFieldAccessor that this instance uses.