Uses of Package
ma.glasnost.orika

Packages that use ma.glasnost.orika
ma.glasnost.orika   
ma.glasnost.orika.converter   
ma.glasnost.orika.converter.builtin   
ma.glasnost.orika.impl   
ma.glasnost.orika.impl.generator   
ma.glasnost.orika.impl.generator.specification   
ma.glasnost.orika.impl.mapping.strategy   
ma.glasnost.orika.metadata   
ma.glasnost.orika.property   
 

Classes in ma.glasnost.orika used by ma.glasnost.orika
BoundMapperFacade
          BoundMapperFacade represents a caching mapper configuration which is bound to a given pair of types.
Converter
          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.
CustomMapper
          Abstract super-class for all generated mappers and user custom mappers.
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
MapEntry
          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).
MappedTypePair
          MappedTypePair represents any pair of mapped types, which are distinguished from each other as 'A type' and 'B type'
Mapper
          Defines a contract between internal parts of Orika such as MapperFacade, MapperGenerator, MapperFactory and generated mappers.
MapperBase
          Deprecated. use CustomMapper instead
MapperFacade
          The main runtime interface between a Java application and Orika.
MappingContext
           
MappingContextFactory
           
MappingHint
          Deprecated. use ma.glasnost.orika.FieldSuggester instead
ObjectFactory
           
Properties
           
 

Classes in ma.glasnost.orika used by ma.glasnost.orika.converter
Converter
          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.
CustomConverter
          CustomConverterBase provides a utility base for creating customized converters, which determines type parameters automatically.
MappedTypePair
          MappedTypePair represents any pair of mapped types, which are distinguished from each other as 'A type' and 'B type'
MapperFacade
          The main runtime interface between a Java application and Orika.
 

Classes in ma.glasnost.orika used by ma.glasnost.orika.converter.builtin
Converter
          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.
CustomConverter
          CustomConverterBase provides a utility base for creating customized converters, which determines type parameters automatically.
MappedTypePair
          MappedTypePair represents any pair of mapped types, which are distinguished from each other as 'A type' and 'B type'
 

Classes in ma.glasnost.orika used by ma.glasnost.orika.impl
BoundMapperFacade
          BoundMapperFacade represents a caching mapper configuration which is bound to a given pair of types.
Converter
          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
          MappedTypePair represents any pair of mapped types, which are distinguished from each other as 'A type' and 'B type'
Mapper
          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.
MappingContext
           
MappingContextFactory
           
MappingHint
          Deprecated. use ma.glasnost.orika.FieldSuggester instead
ObjectFactory
           
 

Classes in ma.glasnost.orika used by ma.glasnost.orika.impl.generator
BoundMapperFacade
          BoundMapperFacade represents a caching mapper configuration which is bound to a given pair of types.
Converter
          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.
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.
MappingContext
           
 

Classes in ma.glasnost.orika used by ma.glasnost.orika.impl.generator.specification
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.
 

Classes in ma.glasnost.orika used by ma.glasnost.orika.impl.mapping.strategy
Converter
          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.
Mapper
          Defines a contract between internal parts of Orika such as MapperFacade, MapperGenerator, MapperFactory and generated mappers.
MappingContext
           
ObjectFactory
           
 

Classes in ma.glasnost.orika used by ma.glasnost.orika.metadata
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
          MappedTypePair represents any pair of mapped types, which are distinguished from each other as 'A type' and 'B type'
Mapper
          Defines a contract between internal parts of Orika such as MapperFacade, MapperGenerator, MapperFactory and generated mappers.
MapperBase
          Deprecated. use CustomMapper instead
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.
MappingHint
          Deprecated. use ma.glasnost.orika.FieldSuggester instead
 

Classes in ma.glasnost.orika used by ma.glasnost.orika.property
MappingException
           
 



Copyright © 2013 Glasnost. All Rights Reserved.