Class AttributeMappingVisitor
- java.lang.Object
-
- com.aquima.interactions.mapping.impl.AttributeMappingVisitor
-
- All Implemented Interfaces:
IAttributeMappingVisitor
public class AttributeMappingVisitor extends Object implements IAttributeMappingVisitor
Processes all attribute mappings from an attribute mapping datasource and turns them into a map.- Since:
- 7.1
- Author:
- i.de.jong, Jon van Leuven
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AttributeMappingVisitor(IEntityDefinition target, EntityMappingDefinition entityMapping, IExpressionParser expressionParser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMapping(IAttributeMappingDS datasource)
This method should be used to add a single attribute mapping.
-
-
-
Constructor Detail
-
AttributeMappingVisitor
protected AttributeMappingVisitor(IEntityDefinition target, EntityMappingDefinition entityMapping, IExpressionParser expressionParser)
-
-
Method Detail
-
addMapping
public void addMapping(IAttributeMappingDS datasource)
Description copied from interface:IAttributeMappingVisitor
This method should be used to add a single attribute mapping.- Specified by:
addMapping
in interfaceIAttributeMappingVisitor
- Parameters:
datasource
- Object providing the information needed to initialize the mapping.
-
-