Generated by
JDiff

Class org.springframework.beans.PropertyEditorRegistrySupport

Removed Methods
boolean isSharedEditor(PropertyEditor) Check whether the given editor instance is a shared editor, that is, whether the given editor instance might be used concurrently.
void registerSharedEditor(Class<?>, PropertyEditor) Register the given custom property editor for all properties of the given type, indicating that the given instance is a shared editor that might be used concurrently.