Uses of Interface
biz.hammurapi.convert.Converter

Packages that use Converter
biz.hammurapi.convert   
biz.hammurapi.sql   
biz.hammurapi.util   
 

Uses of Converter in biz.hammurapi.convert
 

Methods in biz.hammurapi.convert that return Converter
 Converter CompositeConverter.addConverter(java.lang.Class source, java.lang.Class target, java.lang.String accessor, java.lang.reflect.Constructor constructor)
          Adds a converter which uses method of source object and constructor of target object to perform conversion.
static Converter DuckConverterFactory.getConverter(java.lang.Class sourceClass, java.lang.Class targetInterface)
           
static Converter ContextConverterFactory.getConverter(java.lang.Class sourceClass, java.lang.Class targetInterface)
           
 

Methods in biz.hammurapi.convert with parameters of type Converter
 void CompositeConverter.addConverter(java.lang.Class source, java.lang.Class target, Converter converter)
          Adds a converter from source object to target class.
 

Uses of Converter in biz.hammurapi.sql
 

Constructors in biz.hammurapi.sql with parameters of type Converter
FirstColumnSmartProjector(java.lang.Class targetClass, Converter converter)
           
SmartProjector(java.lang.Class sourceClass, java.lang.Class targetClass, Converter converter)
           
 

Uses of Converter in biz.hammurapi.util
 

Constructors in biz.hammurapi.util with parameters of type Converter
ConvertingCollection(java.util.Collection master, Converter key2ValueConverter, Converter value2KeyConverter)
           
UnmodifiableConvertingList(java.util.List master, Converter converter)
           
 



Copyright © 2003 Hammurapi Group. All Rights Reserved.