PropertyEditorRegistry. The passed-in registry will usually be a {@link BeanWrapper} or a{@link org.springframework.validation.DataBinder DataBinder}.
It is expected that implementations will create brand new PropertyEditors instances for each invocation of this method (since PropertyEditors are not threadsafe).
@param registry the PropertyEditorRegistry to register thecustom PropertyEditors with
| |
| |
| |
| |