Package io.atlasmap.v2
Class Mapping
java.lang.Object
io.atlasmap.v2.BaseMapping
io.atlasmap.v2.Mapping
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected FieldGroup
protected String
protected String
protected String
Fields inherited from class io.atlasmap.v2.BaseMapping
alias, description, mappingType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Gets the value of the expression property.getId()
Gets the value of the id property.Gets the value of the inputField property.Gets the value of the inputFieldGroup property.Gets the value of the lookupTableName property.Gets the value of the outputField property.Deprecated.Deprecated.void
setDelimiter
(String value) Deprecated.void
setDelimiterString
(String value) Deprecated.void
setExpression
(String value) Sets the value of the expression property.void
Sets the value of the id property.void
setInputFieldGroup
(FieldGroup value) Sets the value of the inputFieldGroup property.void
setLookupTableName
(String value) Sets the value of the lookupTableName property.void
setStrategy
(String value) Deprecated.void
setStrategyClassName
(String value) Deprecated.Methods inherited from class io.atlasmap.v2.BaseMapping
getAlias, getDescription, getMappingType, setAlias, setDescription, setMappingType
-
Field Details
-
expression
-
inputFieldGroup
-
inputField
-
outputField
-
id
-
delimiter
-
delimiterString
-
lookupTableName
-
strategy
-
strategyClassName
-
-
Constructor Details
-
Mapping
public Mapping()
-
-
Method Details
-
getExpression
Gets the value of the expression property.- Returns:
- possible object is
String
-
setExpression
Sets the value of the expression property.- Parameters:
value
- allowed object isString
-
getInputFieldGroup
Gets the value of the inputFieldGroup property.- Returns:
- possible object is
FieldGroup
-
setInputFieldGroup
Sets the value of the inputFieldGroup property.- Parameters:
value
- allowed object isFieldGroup
-
getInputField
Gets the value of the inputField property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the inputField property.For example, to add a new item, do as follows:
getInputField().add(newItem);
Objects of the following type(s) are allowed in the list
Field
- Returns:
- A list of source fields represented by
Field
-
getOutputField
Gets the value of the outputField property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the outputField property.For example, to add a new item, do as follows:
getOutputField().add(newItem);
Objects of the following type(s) are allowed in the list
Field
- Returns:
- A list of target fields represented by
Field
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getDelimiter
Deprecated.Gets the value of the delimiter property.- Returns:
- possible object is
String
-
setDelimiter
Deprecated.Sets the value of the delimiter property.- Parameters:
value
- allowed object isString
-
getDelimiterString
Deprecated.Gets the value of the delimiterString property.- Returns:
- possible object is
String
-
setDelimiterString
Deprecated.Sets the value of the delimiterString property.- Parameters:
value
- allowed object isString
-
getLookupTableName
Gets the value of the lookupTableName property.- Returns:
- possible object is
String
-
setLookupTableName
Sets the value of the lookupTableName property.- Parameters:
value
- allowed object isString
-
getStrategy
Deprecated.Gets the value of the strategy property.- Returns:
- possible object is
String
-
setStrategy
Deprecated.Sets the value of the strategy property.- Parameters:
value
- allowed object isString
-
getStrategyClassName
Deprecated.Gets the value of the strategyClassName property.- Returns:
- possible object is
String
-
setStrategyClassName
Deprecated.Sets the value of the strategyClassName property.- Parameters:
value
- allowed object isString
-