CustomMapper instead@Deprecated public abstract class MapperBase<A,B> extends Object
ClassMapBuilder| Modifier and Type | Class and Description |
|---|---|
static class |
MapperBase.MapperBaseAdapter<A,B>
Deprecated.
Provides backward-compatibility for custom mappers that extend
the deprecated MapperBase.
|
| Modifier and Type | Field and Description |
|---|---|
protected MapperFacade |
mapperFacade
Deprecated.
|
| Constructor and Description |
|---|
MapperBase()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Class<A> |
getAType()
Deprecated.
|
Class<B> |
getBType()
Deprecated.
|
void |
mapAtoB(A a,
B b,
MappingContext context)
Deprecated.
|
void |
mapBtoA(B b,
A a,
MappingContext context)
Deprecated.
|
void |
setMapperFacade(MapperFacade mapper)
Deprecated.
|
void |
setUsedMappers(Mapper<Object,Object>[] mapper)
Deprecated.
|
protected MapperFacade mapperFacade
public void mapAtoB(A a, B b, MappingContext context)
public void mapBtoA(B b, A a, MappingContext context)
public void setMapperFacade(MapperFacade mapper)
Copyright © 2016 Glasnost. All rights reserved.