Package io.atlasmap.v2
Class Expression
java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.Expression
- All Implemented Interfaces:
FieldAction
,Serializable
Deprecated.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the value of the string property.void
setExpression
(String expression) Deprecated.Sets the value of the string property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.atlasmap.v2.FieldAction
getDisplayName
-
Field Details
-
expression
Deprecated.
-
-
Constructor Details
-
Expression
public Expression()Deprecated.
-
-
Method Details
-
getExpression
Deprecated.Gets the value of the string property.- Returns:
- possible object is
String
-
setExpression
@JsonPropertyDescription("The expression string to evaluate") public void setExpression(String expression) Deprecated.Sets the value of the string property.- Parameters:
expression
- allowed object isString
-
Mapping
level expression has to be used instead.