Class Expression

java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.Expression
All Implemented Interfaces:
FieldAction, Serializable

@Deprecated public class Expression extends Action
Deprecated.
Expression field action is deprecated. Mapping level expression has to be used instead.
See Also:
  • Field Details

    • expression

      protected String expression
      Deprecated.
  • Constructor Details

    • Expression

      public Expression()
      Deprecated.
  • Method Details

    • getExpression

      public String 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 is String