| org.springframework.beans.ConfigurablePropertyAccessor |
Known Indirect Subclasses
|
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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.beans.PropertyAccessor
| |||||||||||
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.beans.PropertyAccessor
| |||||||||||
From interface
org.springframework.beans.PropertyEditorRegistry
| |||||||||||
From interface
org.springframework.beans.TypeConverter
| |||||||||||
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.