Package org.apache.commons.convert1

Interface Summary
Converter General purpose data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another.
ConverterFactory The ConverterRegistry will automatically use any registered ConverterFactory's to get underlying Converters.
 

Class Summary
BasicConverterFactory Creates converter factors.
ConvertRegistry Stores Converters under a dual-key system of fromClass to toClass.
ConvertUtils Basic tasks for the Converting system.
IdentityConverter Converter that does no conversion.
 

Exception Summary
ConversionException A ConversionException indicates that a call to Converter.convert() has failed to complete successfully.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.