| Package | Description |
|---|---|
| ma.glasnost.orika | |
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.impl.generator |
| Modifier and Type | Method and Description |
|---|---|
<A,B> BoundMapperFacade<A,B> |
MapperFactory.getMapperFacade(Class<A> aType,
Class<B> bType)
Returns a BoundMapperFacade for the specified source and destination
types; this mapper is bidirectional by default, and provides signatures for
mapping in place, or with instantiation, as needed.
|
<A,B> BoundMapperFacade<A,B> |
MapperFactory.getMapperFacade(Class<A> aType,
Class<B> bType,
boolean containsCycles)
Returns a BoundMapperFacade for the specified source and destination
types; this mapper is bidirectional by default, and provides signatures for
mapping in place, or with instantiation, as needed.
In the case that false is provided for the 'containsCycles' parameter,
an optimized mapper instance will be provided. |
<A,B> BoundMapperFacade<A,B> |
MapperFactory.getMapperFacade(Type<A> aType,
Type<B> bType)
Returns a BoundMapperFacade for the specified source and destination
types; this mapper is bidirectional by default, and provides signatures for
mapping in place, or with instantiation, as needed.
|
<A,B> BoundMapperFacade<A,B> |
MapperFactory.getMapperFacade(Type<A> aType,
Type<B> bType,
boolean containsCycles)
Returns a BoundMapperFacade for the specified source and destination
types; this mapper is bidirectional by default, and provides signatures for
mapping in place, or with instantiation, as needed.
In the case that false is provided for the 'containsCycles' parameter,
an optimized mapper instance will be provided. |
| Modifier and Type | Field and Description |
|---|---|
protected BoundMapperFacade<Object,Object>[] |
GeneratedObjectBase.usedMapperFacades |
| Modifier and Type | Method and Description |
|---|---|
<A,B> BoundMapperFacade<A,B> |
ConfigurableMapper.dedicatedMapperFor(Class<A> aType,
Class<B> bType) |
<A,B> BoundMapperFacade<A,B> |
ConfigurableMapper.dedicatedMapperFor(Class<A> aType,
Class<B> bType,
boolean containsCycles) |
<S,D> BoundMapperFacade<S,D> |
ConfigurableMapper.dedicatedMapperFor(Type<S> sourceType,
Type<D> destinationType) |
<S,D> BoundMapperFacade<S,D> |
ConfigurableMapper.dedicatedMapperFor(Type<S> sourceType,
Type<D> destinationType,
boolean containsCycles) |
<A,B> BoundMapperFacade<A,B> |
DefaultMapperFactory.getMapperFacade(Class<A> aType,
Class<B> bType) |
<A,B> BoundMapperFacade<A,B> |
DefaultMapperFactory.getMapperFacade(Class<A> aType,
Class<B> bType,
boolean containsCycles) |
<S,D> BoundMapperFacade<S,D> |
DefaultMapperFactory.getMapperFacade(Type<S> sourceType,
Type<D> destinationType) |
<S,D> BoundMapperFacade<S,D> |
DefaultMapperFactory.getMapperFacade(Type<S> sourceType,
Type<D> destinationType,
boolean containsCycles) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedObjectBase.setUsedMapperFacades(BoundMapperFacade<Object,Object>[] usedMapperFacades) |
void |
GeneratedMapperBase.setUsedMapperFacades(BoundMapperFacade<Object,Object>[] usedMapperFacades) |
| Modifier and Type | Method and Description |
|---|---|
BoundMapperFacade<Object,Object>[] |
UsedMapperFacadesContext.toArray() |
Copyright © 2019 Glasnost. All rights reserved.