Package ma.glasnost.orika

Interface Summary
BoundMapperFacade<A,B> BoundMapperFacade represents a caching mapper configuration which is bound to a given pair of types.
Converter<S,D> Converter is used to provide direct conversion from one type to another, useful for those scenarios where complete control over the mapping is desired.

Note that an instance of the current MapperFacade is provided in the convert method for cases where you only want to control a specific portion of the mapping, but wish to delegate some or all of the mapping of the nested types.
DefaultFieldMapper Provides a generic mapping suggestion mechanism to provide help with guessing default mappings of fields when a straight equivalent name match is not found
MappedTypePair<A,B> MappedTypePair represents any pair of mapped types, which are distinguished from each other as 'A type' and 'B type'
Mapper<A,B> Defines a contract between internal parts of Orika such as MapperFacade, MapperGenerator, MapperFactory and generated mappers.
MapperFacade The main runtime interface between a Java application and Orika.
MapperFactory MapperFactory is used to both configure, register, and generate the underlying Mapper and Converter instances which will be used to perform the the mapping functions.
MappingContextFactory  
MappingHint Deprecated. use ma.glasnost.orika.FieldSuggester instead
ObjectFactory<D>  
 

Class Summary
CustomConverter<S,D> CustomConverterBase provides a utility base for creating customized converters, which determines type parameters automatically.
CustomMapper<A,B> Abstract super-class for all generated mappers and user custom mappers.
MapEntry<K,V> MapEntry is a concrete implementation of Map.Entry which is created for use in registering mappings that involve java.util.Map instances.

MapEntry should be used as the type when registering a mapping between an element type (iterable or array) and an entry type (map).
MapperBase<A,B> Deprecated. use CustomMapper instead
MapperBase.MapperBaseAdapter<A,B> Provides backward-compatibility for custom mappers that extend the deprecated MapperBase.
MappingContext  
MappingContext.Factory  
MappingContext.NonCyclicMappingContext  
MappingHint.DefaultFieldMappingConverter DefaultFieldMappingConverter provided back-compatibility support for MappingHint
OrikaSystemProperties A hook for the various system properties which may be used to configure Orika's runtime behavior.
 

Enum Summary
Properties  
 

Exception Summary
ConverterException An exception that usually occurs during a conversion (run time).
MappingException  
 



Copyright © 2013 Glasnost. All Rights Reserved.