Class ReplaceAll

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

public class ReplaceAll extends Action implements Serializable
See Also:
  • Field Details

    • match

      protected String match
    • newString

      protected String newString
  • Constructor Details

    • ReplaceAll

      public ReplaceAll()
  • Method Details

    • getMatch

      public String getMatch()
      Gets the value of the match property.
      Returns:
      possible object is String
    • setMatch

      @JsonPropertyDescription("The string to match") public void setMatch(String value)
      Sets the value of the match property.
      Parameters:
      value - allowed object is String
    • getNewString

      public String getNewString()
      Gets the value of the newString property.
      Returns:
      possible object is String
    • setNewString

      @JsonPropertyDescription("The string to replace with") public void setNewString(String value)
      Sets the value of the newString property.
      Parameters:
      value - allowed object is String