| Package | Description |
|---|---|
| ma.glasnost.orika | |
| ma.glasnost.orika.converter | |
| ma.glasnost.orika.converter.builtin | |
| ma.glasnost.orika.impl |
| Modifier and Type | Field and Description |
|---|---|
protected MapperFacade |
CustomMapper.mapperFacade |
protected MapperFacade |
MapperBase.mapperFacade
Deprecated.
|
protected MapperFacade |
CustomConverter.mapperFacade |
| Modifier and Type | Method and Description |
|---|---|
MapperFacade |
MapperFactory.getMapperFacade() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomMapper.setMapperFacade(MapperFacade mapperFacade) |
void |
MapperBase.setMapperFacade(MapperFacade mapper)
Deprecated.
|
void |
MapperBase.MapperBaseAdapter.setMapperFacade(MapperFacade mapper) |
void |
Converter.setMapperFacade(MapperFacade mapper)
Store an instance of the current MapperFacade which may be used in
mapping of nested types.
|
void |
Mapper.setMapperFacade(MapperFacade mapper)
Store an instance of the current MapperFacade which may be used
in mapping of nested types.
|
void |
CustomConverter.setMapperFacade(MapperFacade mapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConverterFactory.setMapperFacade(MapperFacade mapperFacade)
Sets the MapperFactory which will be used by this ConverterFactory to obtain
a MapperFacade needed by it's registered converters.
|
void |
DefaultConverterFactory.setMapperFacade(MapperFacade mapperFacade) |
void |
BidirectionalConverter.Reversed.setMapperFacade(MapperFacade mapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
GuavaOptionalConverter.setMapperFacade(MapperFacade mapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableMapper
ConfigurableMapper is a convenience type which provides a simplification for
reuse of a particular Orika mapping configuration in a given context.
It can be especially useful in a Spring context where you'd like initialize Orika with particular configuration(s) at startup and reuse the MapperFacade. Simply wire your own extension of ConfigurableMapper containing your own configurations and use it as you would the MapperFacade you'd normally retrieve from MapperFactory. |
class |
MapperFacadeImpl
MapperFacadeImpl is the base implementation of MapperFacade
|
| Modifier and Type | Field and Description |
|---|---|
protected MapperFacade |
DefaultMapperFactory.mapperFacade |
protected MapperFacade |
GeneratedObjectBase.mapperFacade |
| Modifier and Type | Method and Description |
|---|---|
protected MapperFacade |
DefaultMapperFactory.buildMapperFacade(MappingContextFactory contextFactory,
UnenhanceStrategy unenhanceStrategy)
Builds the MapperFacade for this factory.
|
MapperFacade |
DefaultMapperFactory.getMapperFacade() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedObjectBase.setMapperFacade(MapperFacade mapper) |
void |
ReversedMapper.setMapperFacade(MapperFacade mapper) |
Copyright © 2019 Glasnost. All rights reserved.