A C D F G M R S T

G

getChildClassLoader(ClassLoader, ClassLoader) - Static method in class com.hammurapi.convert.DuckConverterFactory
 
getClassInterfaces(Class) - Static method in class com.hammurapi.convert.DuckConverterFactory
 
getConverter(Class<S>, Class<T>) - Static method in class com.hammurapi.convert.ContextConverterFactory
 
getConverter(Class<S>, Class<T>) - Static method in class com.hammurapi.convert.ConvertingService
Converts source to target type using Java 6 service loading for AtomicConverterBundle, AtomicConverter, and Converter services If no converter is found, this method performs converter discovery through constructors if target type is a class and through duck conversion if target type is an interface.
getConverter(Class<S>, Class<T>, ClassLoader) - Static method in class com.hammurapi.convert.ConvertingService
Converts source to target type using Java 6 service loading for AtomicConverterBundle, AtomicConverter, and Converter services If no converter is found, this method performs converter discovery through constructors if target type is a class and through duck conversion if target type is an interface.
getConverter(Class<S>, Class<T>, Context) - Static method in class com.hammurapi.convert.ConvertingService
Converts source to target type using Java 6 service loading for AtomicConverterBundle, AtomicConverter, and Converter services If no converter is found, this method performs converter discovery through constructors if target type is a class and through duck conversion if target type is an interface.
getConverter(Class<S>, Class<T>, Context, ClassLoader) - Static method in class com.hammurapi.convert.ConvertingService
Converts source to target type using Java 6 service loading for AtomicConverterBundle, AtomicConverter, and Converter services If no converter is found, this method performs converter discovery through constructors if target type is a class and through duck conversion if target type is an interface.
getConverter(Class, Class, boolean) - Static method in class com.hammurapi.convert.DuckConverterFactory
 
getConverters() - Method in interface com.hammurapi.convert.AtomicConvertersBundle
 
getConverters() - Method in class com.hammurapi.convert.FoundationAtomicConvertersBundle
 
getDecorator() - Static method in class com.hammurapi.convert.DecoratingService
Creates decorating closure.
getDecorator(ClassLoader) - Static method in class com.hammurapi.convert.DecoratingService
Creates decorating closure.
getDecorator(Context) - Static method in class com.hammurapi.convert.DecoratingService
Creates decorating closure.
getDecorator(Context, ClassLoader) - Static method in class com.hammurapi.convert.DecoratingService
Creates decorating closure.
getDecorators() - Method in interface com.hammurapi.convert.AtomicDecoratorsBundle
 
getMaster() - Method in interface com.hammurapi.convert.FilterInvocationHandler
 
getSourceType() - Method in interface com.hammurapi.convert.AtomicConverter
 
getSourceType() - Method in class com.hammurapi.convert.AtomicConverterBase
 
getSourceType() - Method in interface com.hammurapi.convert.AtomicDecorator
 
getSourceType() - Method in class com.hammurapi.convert.ReflectionConverter
 
getTargetType() - Method in interface com.hammurapi.convert.AtomicConverter
 
getTargetType() - Method in class com.hammurapi.convert.AtomicConverterBase
 
getTargetType() - Method in class com.hammurapi.convert.ReflectionConverter
 

A C D F G M R S T