Class StringSplit

  • All Implemented Interfaces:
    TransformationDefinition<java.lang.String,​java.util.List<java.lang.String>>

    public final class StringSplit
    extends SplitTransformationDefinition<java.lang.String,​java.lang.String>
    Represents a transformation definition for splits the input string at the location of the defined separator.

    A delimiter is used to tell the system how to partition a string.

    Since:
    4.1.0