spring-framework / org.springframework.beans.factory.config / CustomEditorConfigurer / setCustomEditors

setCustomEditors

open fun setCustomEditors(customEditors: MutableMap<Class<*>, Class<out PropertyEditor>>): Unit

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.

See Also
ConfigurableListableBeanFactory#registerCustomEditor