All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.beans.propertyeditors.package-info Maven / Gradle / Ivy

There is a newer version: 6.1.13
Show newest version

/**
 *
 * 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. * */ package org.springframework.beans.propertyeditors;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy