Uses of Class
org.apache.commons.convert.Converter

Packages that use Converter
org.apache.commons.convert The main API for using the convert project. 
org.apache.commons.convert.conversion Implementations of Conversion and ConversionFactory
 

Uses of Converter in org.apache.commons.convert
 

Methods in org.apache.commons.convert with parameters of type Converter
 Object Conversion.convert(Object value, Converter converter)
          Convert the specified input object into an output object of the another type.
 

Uses of Converter in org.apache.commons.convert.conversion
 

Methods in org.apache.commons.convert.conversion with parameters of type Converter
 Object AbstractConversion.convert(Object value, Converter converter)
          Converts an object from one type to another.
protected  Object TimeZoneToStringConversionFactory.convertValue(Object value, Converter converter)
          Convert the non-null TimeZone to a String using getID().
protected  Object StringToIntegerConversion.convertValue(Object value, Converter converter)
          Convert the non-null String to an Integer using Integer.valueOf().
protected  Object ObjectToStringConversionFactory.convertValue(Object value, Converter converter)
          Convert the specified input object into an output object of the another type.
protected  Object NumberToIntegerConversionFactory.convertValue(Object value, Converter converter)
          Convert the non-null Number to an Integer using intValue().
protected  Object ClassToStringConversion.convertValue(Object value, Converter converter)
          Convert the non-null Class to a String using getName().
protected abstract  Object AbstractConversionFactory.convertValue(Object value, Converter converter)
          Convert the non-null value to another type.
protected  Object AbstractConversion.convertValue(Object value, Converter converter)
          Convert the specified non-null value to another type.
 



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