Generated by
JDiff

Class org.springframework.beans.factory.config.CustomEditorConfigurer

Removed interface org.springframework.beans.factory.BeanClassLoaderAware.

Removed Methods
void setBeanClassLoader(ClassLoader)  
void setIgnoreUnresolvableEditors(boolean) Set whether unresolvable editors should simply be skipped.
 

Changed Methods
void setCustomEditors(Map<Class<?>, Class<PropertyEditor>>) Change in signature from (Map<String, ?>) to (Map<Class<?>, Class<PropertyEditor>>).
Specify the custom editors to register via a Map, using the class name of the required type as the key and the class name of the associated PropertyEditor as value.