| Package | Description |
|---|---|
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.impl.generator | |
| ma.glasnost.orika.metadata |
| Class and Description |
|---|
| 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.Builder below for example of how to subclass. |
| ExceptionUtility
ExceptionUtility
|
| GeneratedMapperBase |
| GeneratedObjectBase |
| Specifications.Specification |
| Class and Description |
|---|
| GeneratedMapperBase |
| GeneratedObjectBase |
| GeneratedObjectFactory |
| Class and Description |
|---|
| Specifications.Specification |
Copyright © 2019 Glasnost. All rights reserved.