public class UsedMapperFacadesContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UsedMapperFacadesContext.UsedMapperFacadesIndex |
| Constructor and Description |
|---|
UsedMapperFacadesContext() |
| Modifier and Type | Method and Description |
|---|---|
UsedMapperFacadesContext.UsedMapperFacadesIndex |
getIndex(Type<?> sourceType,
Type<?> destinationType,
MapperFactory mapperFactory)
Returns an index within the dedicated mapper facades contained in this context
for the given pair of types.
|
BoundMapperFacade<Object,Object>[] |
toArray() |
public UsedMapperFacadesContext.UsedMapperFacadesIndex getIndex(Type<?> sourceType, Type<?> destinationType, MapperFactory mapperFactory)
sourceType - destinationType - public BoundMapperFacade<Object,Object>[] toArray()
Copyright © 2017 Glasnost. All Rights Reserved.