org.apache.commons.beanutils.locale

Interface LocaleConverter

public interface LocaleConverter extends 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.

Author: Yauheny Mikulski

Method Summary
Objectconvert(Class type, Object value, String pattern)
Convert the specified locale-sensitive input object into an output object of the specified type.

Method Detail

convert

public Object convert(Class type, Object value, String pattern)
Convert the specified locale-sensitive input object into an output object of the specified type.

Parameters: type Data type to which this value should be converted value The input value to be converted pattern The user-defined pattern is used for the input object formatting.

Returns: The converted value

Throws: org.apache.commons.beanutils.ConversionException if conversion cannot be performed successfully

Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.