Class ProfileMappingContext
- java.lang.Object
-
- com.aquima.interactions.mapping.impl.ProfileMappingContext
-
public final class ProfileMappingContext extends Object
Internal class containing elements needed by the profile mapper.- Since:
- 7.1
- Author:
- Jon van Leuven
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProfileMappingContext(ReadonlyProfile source, ReadonlyProfile target, IMappingDefinition definition, IMappingReport mappingReport)
protected
ProfileMappingContext(ReadonlyProfile source, ReadonlyProfile target, IMetaModel sourceModel, IMetaModel targetModel, IMappingDefinition definition, IMappingReport mappingReport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createdReference(IEntityInstance sourceInstance, EntityValue targetReference)
void
usedReference(IEntityInstance sourceInstance, EntityValue targetReference)
-
-
-
Constructor Detail
-
ProfileMappingContext
protected ProfileMappingContext(ReadonlyProfile source, ReadonlyProfile target, IMappingDefinition definition, IMappingReport mappingReport)
-
ProfileMappingContext
protected ProfileMappingContext(ReadonlyProfile source, ReadonlyProfile target, IMetaModel sourceModel, IMetaModel targetModel, IMappingDefinition definition, IMappingReport mappingReport)
-
-
Method Detail
-
usedReference
public void usedReference(IEntityInstance sourceInstance, EntityValue targetReference)
-
createdReference
public void createdReference(IEntityInstance sourceInstance, EntityValue targetReference)
-
-