Package com.hammurapi.convert

Interface Summary
AtomicConverter<S,T> Part of composite converters which converts one type to another.
AtomicConvertersBundle A convenience interface for loading a collection of converters.
AtomicDecorator<S> Part of composite decorators.
AtomicDecoratorsBundle A convenience interface for loading a collection of converters.
Converter Converts objects from one type to another, e.g.
ConverterClosure<S,T> Closure interface for converters.
Decorator<S,D> Decorator interface.
FilterInvocationHandler Invocation handler which provides access to the master object.
 

Class Summary
AtomicConverterBase<S,T> Base class for atomic converters.
ContextConverterFactory Creates converters from Context and MutableContext to interfaces which have only setters and getters (beans)
ConvertingService  
DecoratingService Decorates objects based on their type and decoration providers available.
DuckConverterFactory Creates converters which use "duck" typing.
FoundationAtomicConvertersBundle  
Mixer Mixes interfaces from multiple objects into one proxy.
ReflectionConverter<S,T> Converts one type to another using accessor/constructor combination.
 

Exception Summary
ConversionException  
DecorationException