ma.glasnost.orika.impl.generator
Class UsedMapperFacadesContext
java.lang.Object
ma.glasnost.orika.impl.generator.UsedMapperFacadesContext
public class UsedMapperFacadesContext
- extends Object
- Author:
- matt.deboer@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsedMapperFacadesContext
public UsedMapperFacadesContext()
getIndex
public 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.
If the mapping direction is reversed, a negative value is returned, where the absolute
value still corresponds to the correct index.
- Parameters:
sourceType - destinationType -
- Returns:
toArray
public BoundMapperFacade<Object,Object>[] toArray()
Copyright © 2013 Glasnost. All Rights Reserved.