ma.glasnost.orika
Class MappingContext.NonCyclicMappingContext

java.lang.Object
  extended by ma.glasnost.orika.MappingContext
      extended by ma.glasnost.orika.MappingContext.NonCyclicMappingContext
Enclosing class:
MappingContext

public static final class MappingContext.NonCyclicMappingContext
extends MappingContext


Nested Class Summary
 
Nested classes/interfaces inherited from class ma.glasnost.orika.MappingContext
MappingContext.Factory, MappingContext.NonCyclicMappingContext
 
Constructor Summary
MappingContext.NonCyclicMappingContext()
           
 
Method Summary
<S,D> void
cacheMappedObject(S source, D destination)
           
<S,D> void
cacheMappedObject(S source, Type destinationType, D destination)
           
<D> D
getMappedObject(Object source, Type destinationType)
           
<S,D> boolean
isAlreadyMapped(S source, Type destinationType)
           
 
Methods inherited from class ma.glasnost.orika.MappingContext
beginMapping, endMapping, getConcreteClass, getMapperGeneration, getProperty, getResolvedDestinationType, getResolvedSourceType, registerConcreteClass, registerMapperGeneration, reset, setProperty, setResolvedDestinationType, setResolvedSourceType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingContext.NonCyclicMappingContext

public MappingContext.NonCyclicMappingContext()
Method Detail

cacheMappedObject

public <S,D> void cacheMappedObject(S source,
                                    D destination)
Overrides:
cacheMappedObject in class MappingContext

cacheMappedObject

public <S,D> void cacheMappedObject(S source,
                                    Type destinationType,
                                    D destination)
Overrides:
cacheMappedObject in class MappingContext

isAlreadyMapped

public <S,D> boolean isAlreadyMapped(S source,
                                     Type destinationType)
Overrides:
isAlreadyMapped in class MappingContext
Returns:

getMappedObject

public <D> D getMappedObject(Object source,
                             Type destinationType)
Overrides:
getMappedObject in class MappingContext


Copyright © 2013 Glasnost. All Rights Reserved.