Uses of Interface
org.codehaus.spice.converter.Converter

Packages that use Converter
org.codehaus.spice.converter Converter API. 
org.codehaus.spice.converter.lib Library of Converter implementations. 
 

Uses of Converter in org.codehaus.spice.converter
 

Classes in org.codehaus.spice.converter that implement Converter
 class AbstractConverter
          Instances of this interface are used to convert between different types.
 class AbstractMasterConverter
          This is a Converter implementation that is capable of converting between many different source and destination types, by delegating delegates to other converters that do the actual work.
 

Uses of Converter in org.codehaus.spice.converter.lib
 

Classes in org.codehaus.spice.converter.lib that implement Converter
 class DefaultMasterConverter
          A very simple master converter that implements the ConverterRegistry interface.
 class ObjectToStringConverter
          Object to String converter.
 class SimpleMasterConverter
          A very simple master converter that is capable of using any of the converters in this package.
 class StringToBigDecimalConverter
          String to BigDecimal converter.
 class StringToBigIntegerConverter
          String to BigInteger converter.
 class StringToBooleanConverter
          String to Boolean converter
 class StringToByteConverter
          String to Byte converter.
 class StringToClassConverter
          String to class converter
 class StringToDateConverter
          String to Date converter.
 class StringToDoubleConverter
          String to Double converter
 class StringToFileConverter
          String to File converter.
 class StringToFloatConverter
          String to float converter
 class StringToIntegerConverter
          String to Integer converter.
 class StringToLongConverter
          String to Long converter.
 class StringToShortConverter
          String to Short converter.
 class StringToSQLDateConverter
          String to Date converter.
 class StringToTimeConverter
          String to Time converter.
 class StringToTimestampConverter
          String to Timestamp converter.
 class StringToURLConverter
          String to URL converter
 



Copyright © 2000-2003 Codehaus. All Rights Reserved.