org.springframework.beans.ConfigurablePropertyAccessor |
![]() |
Interface that encapsulates configuration methods for a PropertyAccessor. Also extends the PropertyEditorRegistry interface, which defines methods for PropertyEditor management.
Serves as base interface for BeanWrapper
.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the associated ConversionService, if any.
| |||||||||||
Return whether to extract the old property value when applying a
property editor to a new value for a property.
| |||||||||||
Specify a Spring 3.0 ConversionService to use for converting
property values, as an alternative to JavaBeans PropertyEditors.
| |||||||||||
Set whether to extract the old property value when applying a
property editor to a new value for a property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Return the associated ConversionService, if any.
Return whether to extract the old property value when applying a property editor to a new value for a property.
Specify a Spring 3.0 ConversionService to use for converting property values, as an alternative to JavaBeans PropertyEditors.
Set whether to extract the old property value when applying a property editor to a new value for a property.