Class ReplaceFirst

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

public class ReplaceFirst extends Action implements Serializable
See Also:
  • Constructor Details

    • ReplaceFirst

      public ReplaceFirst()
  • 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