Package io.atlasmap.v2
Class Concatenate
java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.Concatenate
- All Implemented Interfaces:
FieldAction,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the delimiter property.voidsetDelimiter(String value) Sets the value of the delimiter property.voidsetDelimitingEmptyValues(Boolean delimitingEmptyValues) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.atlasmap.v2.FieldAction
getDisplayName
-
Field Details
-
delimiter
-
delimitingEmptyValues
-
-
Constructor Details
-
Concatenate
public Concatenate()
-
-
Method Details
-
getDelimiter
Gets the value of the delimiter property.- Returns:
- possible object is
String
-
getDelimitingEmptyValues
- Returns:
trueif delimiting empty values
-
setDelimiter
@JsonPropertyDescription("The delimiter string to concatenate input strings with") public void setDelimiter(String value) Sets the value of the delimiter property.- Parameters:
value- allowed object isString
-
setDelimitingEmptyValues
@JsonPropertyDescription("Determines if delimiters are added around empty values") public void setDelimitingEmptyValues(Boolean delimitingEmptyValues) - Parameters:
delimitingEmptyValues-trueif delimiting empty values
-