|
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> |
|