Uses of Package
ma.glasnost.orika.impl

Packages that use ma.glasnost.orika.impl
ma.glasnost.orika.impl   
ma.glasnost.orika.impl.generator   
ma.glasnost.orika.metadata   
 

Classes in ma.glasnost.orika.impl used by ma.glasnost.orika.impl
DefaultMapperFactory
          The mapper factory is the heart of Orika, a small container where metadata are stored, it's used by other components, to look up for generated mappers, converters, object factories ...
DefaultMapperFactory.Builder
          Use this builder to generate instances of DefaultMapperFactory with the desired customizations.

For example, an instance with no customizations could be generated with the following code:
DefaultMapperFactory.MapperFactoryBuilder
          MapperFactoryBuilder provides an extensible Builder definition usable for providing your own Builder class for subclasses of DefaultMapperFactory.

See the defined DefaultMapperFactory.MapperFactoryBuilder below for example of how to subclass.
GeneratedObjectBase
           
Specifications.Specification
           
 

Classes in ma.glasnost.orika.impl used by ma.glasnost.orika.impl.generator
GeneratedMapperBase
           
GeneratedObjectBase
           
GeneratedObjectFactory
           
 

Classes in ma.glasnost.orika.impl used by ma.glasnost.orika.metadata
Specifications.Specification
           
 



Copyright © 2013 Glasnost. All Rights Reserved.