Package org.apache.commons.convert.conversion

Implementations of Conversion and ConversionFactory.

See:
          Description

Class Summary
AbstractConversion Abstract base class for conversion objects that provides basic features.
AbstractConversionFactory Abstract base class for creating conversion factories.
ClassToStringConversion Conversion from Class to String using getName().
DefaultValueDecorator A utility class for decorating conversions and factories with default value behaviour.
IdentityConversionFactory Conversion from TimeZone to String using getID().
NumberToIntegerConversionFactory Conversion from Number to Integer using intValue().
ObjectToStringConversionFactory Conversion from Object to String using toString().
StringToIntegerConversion Conversion from String to Integer using Integer.valueOf().
TimeZoneToStringConversionFactory Conversion from TimeZone to String using getID().
 

Package org.apache.commons.convert.conversion Description

Implementations of Conversion and ConversionFactory.



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