Utility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class and object to locale-sensitive String scalar value.
This class provides the implementations used by the static utility methods in {@link LocaleConvertUtils}.
The actual {@link LocaleConverter} instance to be usedcan be registered for each possible destination Class. Unless you override them, standard {@link LocaleConverter} instances are provided for all of the followingdestination Classes:
For backwards compatibility, the standard locale converters for primitive types (and the corresponding wrapper classes). If you prefer to have another {@link LocaleConverter}thrown instead, replace the standard {@link LocaleConverter} instanceswith ones created with the one of the appropriate constructors. It's important that {@link LocaleConverter} should be registered forthe specified locale and Class (or primitive type). @author Yauheny Mikulski @since 1.7
|
|
|
|