Skip navigation links
Spring Framework

Package org.springframework.beans.propertyeditors

Properties editors used to convert from String values to object types such as java.util.Properties.

See: Description

Package org.springframework.beans.propertyeditors Description

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.

Skip navigation links
Spring Framework