Class StartsWith

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

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

    • string

      protected String string
  • Constructor Details

    • StartsWith

      public StartsWith()
  • Method Details

    • getString

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

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