Properties editors used to convert from String values to object
types such as java.util.Properties.
Some of these editors are registered automatically by BeanWrapperImpl.
"CustomXxxEditor" classes are intended for manual registration in
specific binding processes, as they are localized or the like.
/**
* Properties editors used to convert from String values to object
* types such as java.util.Properties.
*
* <p>Some of these editors are registered automatically by BeanWrapperImpl.
* "CustomXxxEditor" classes are intended for manual registration in
* specific binding processes, as they are localized or the like.
*/
@NonNullApi
@NonNullFields
package org.springframework.beans.propertyeditors;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;