Interface for strategies that register custom property editors with a
property editor registry. This is particularly useful when you need to use
the same set of property editors in several different situations: write
a corresponding registrar and reuse that in each case.
author: Juergen Hoeller since: 1.2.6 See Also:PropertyEditorRegistry See Also:java.beans.PropertyEditor
Register custom PropertyEditors with the given PropertyEditorRegistry.
The passed-in registry will usually be a BeanWrapper or a DataBinder.
Parameters: registry - the PropertyEditorRegistry to register the customPropertyEditors with See Also:BeanWrapper See Also:org.springframework.validation.DataBinder