Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.beanutils.locale
Interface LocaleConverter  view LocaleConverter download LocaleConverter.java

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.