Uses of Interface
biz.hammurapi.convert.ConverterClosure

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

Uses of ConverterClosure in biz.hammurapi.convert
 

Methods in biz.hammurapi.convert that return ConverterClosure
static ConverterClosure ConvertingService.getConverter(java.lang.Class sourceType, java.lang.Class targetType)
          Converts source to target type using converters loaded from META-INF/config/biz.hammurapi.convert.Converter resources.
static ConverterClosure ContextConverterFactory.getConverter(java.lang.Class sourceClass, java.lang.Class targetInterface)
           
static ConverterClosure DuckConverterFactory.getConverter(java.lang.Class sourceClass, java.lang.Class targetInterface, boolean lenient)
           
static ConverterClosure ConvertingService.getConverter(java.lang.Class sourceType, java.lang.Class targetType, java.lang.ClassLoader classLoader)
          Converts source to target type using converters loaded from META-INF/config/biz.hammurapi.convert.Converter resources.
static ConverterClosure ConvertingService.getConverter(java.lang.Class sourceType, java.lang.Class targetType, Context context)
          Converts source to target type using converters loaded from META-INF/config/biz.hammurapi.convert.Converter resources.
static ConverterClosure ConvertingService.getConverter(java.lang.Class sourceType, java.lang.Class targetType, Context context, java.lang.ClassLoader classLoader)
          Converts source to target type using converters loaded from META-INF/config/biz.hammurapi.convert.Converter resources.
 

Uses of ConverterClosure in biz.hammurapi.sql
 

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

Uses of ConverterClosure in biz.hammurapi.util
 

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



Copyright © 2003 Hammurapi Group. All Rights Reserved.