Class Prepend

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

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

    • string

      protected String string
  • Constructor Details

    • Prepend

      public Prepend()
  • Method Details

    • getString

      public String getString()
      Gets the value of the string property.
      Returns:
      possible object is String
    • setString

      @JsonPropertyDescription("The prefix string to add to the front of the value") public void setString(String value)
      Sets the value of the string property.
      Parameters:
      value - allowed object is String