Package io.atlasmap.v2
Class Split
java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.Split
- All Implemented Interfaces:
FieldAction
,Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the delimiter property.void
setCollapseRepeatingDelimiters
(Boolean collapseRepeatingDelimiter) void
setDelimiter
(String value) Sets the value of the delimiter property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.atlasmap.v2.FieldAction
getDisplayName
-
Field Details
-
delimiter
-
-
Constructor Details
-
Split
public Split()
-
-
Method Details
-
getDelimiter
Gets the value of the delimiter property.- Returns:
- possible object is
String
-
setDelimiter
@JsonPropertyDescription("The delimiter string to split with") public void setDelimiter(String value) Sets the value of the delimiter property.- Parameters:
value
- allowed object isString
-
getCollapseRepeatingDelimiters
-
setCollapseRepeatingDelimiters
@JsonPropertyDescription("Check to collapse repeating delimiters") public void setCollapseRepeatingDelimiters(Boolean collapseRepeatingDelimiter)
-