|
|||||||||
| Home >> All >> org >> apache >> commons >> beanutils >> [ locale overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.beanutils.locale
Interface LocaleConverter

- All Superinterfaces:
- org.apache.commons.beanutils.Converter
- All Known Implementing Classes:
- BaseLocaleConverter
- public interface LocaleConverter
- extends org.apache.commons.beanutils.Converter
General purpose locale-sensitive data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another.
| Method Summary | |
java.lang.Object |
convert(java.lang.Class type,
java.lang.Object value,
java.lang.String pattern)
Convert the specified locale-sensitive input object into an output object of the specified type. |
| Methods inherited from interface org.apache.commons.beanutils.Converter |
convert |
| Method Detail |
convert
public java.lang.Object convert(java.lang.Class type, java.lang.Object value, java.lang.String pattern)
- Convert the specified locale-sensitive input object into an output object of the
specified type.
|
|||||||||
| Home >> All >> org >> apache >> commons >> beanutils >> [ locale overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC