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.
author: Juergen Hoeller since: 2.0 See Also:BeanWrapper
Method Summary
boolean
isExtractOldValueForEditor() Return whether to extract the old property value when applying a
property editor to a new value for a property.
void
setExtractOldValueForEditor(boolean extractOldValueForEditor) Set whether to extract the old property value when applying a
property editor to a new value for a property.