A C D F G M R S T

C

classAffinity(Class, Class) - Static method in class com.hammurapi.convert.DuckConverterFactory
Calculates how close is subclass to superclass in class hierarchy.
com.hammurapi.convert - package com.hammurapi.convert
 
combine(Object[], Class<?>[]) - Static method in class com.hammurapi.convert.Mixer
Creates a proxy which implements given interfaces and routes invocations to appropriate object.
ContextConverterFactory - Class in com.hammurapi.convert
Creates converters from Context and MutableContext to interfaces which have only setters and getters (beans)
ContextConverterFactory() - Constructor for class com.hammurapi.convert.ContextConverterFactory
 
ConversionException - Exception in com.hammurapi.convert
 
ConversionException() - Constructor for exception com.hammurapi.convert.ConversionException
 
ConversionException(String) - Constructor for exception com.hammurapi.convert.ConversionException
 
ConversionException(Throwable) - Constructor for exception com.hammurapi.convert.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception com.hammurapi.convert.ConversionException
 
convert(S, Converter, Context, ClassLoader) - Method in interface com.hammurapi.convert.AtomicConverter
Converts object to target type.
convert(S, Class<T>, Context) - Method in interface com.hammurapi.convert.Converter
Converts object to requested target type.
convert(S) - Method in interface com.hammurapi.convert.ConverterClosure
Converts source to target type.
convert(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.
convert(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.
convert(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.
convert(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.
convert(S, Converter, Context, ClassLoader) - Method in class com.hammurapi.convert.ReflectionConverter
 
Converter - Interface in com.hammurapi.convert
Converts objects from one type to another, e.g.
CONVERTER - Static variable in class com.hammurapi.convert.ConvertingService
Converter which delegates to convert() method.
ConverterClosure<S,T> - Interface in com.hammurapi.convert
Closure interface for converters.
ConvertingService - Class in com.hammurapi.convert
 
ConvertingService() - Constructor for class com.hammurapi.convert.ConvertingService
 

A C D F G M R S T