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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the delimiter property.void
setDelimiter
(String value) Sets the value of the delimiter property.void
setDelimitingEmptyValues
(Boolean delimitingEmptyValues) 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
-
delimitingEmptyValues
-
-
Constructor Details
-
Concatenate
public Concatenate()
-
-
Method Details
-
getDelimiter
Gets the value of the delimiter property.- Returns:
- possible object is
String
-
getDelimitingEmptyValues
- Returns:
true
if 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
-true
if delimiting empty values
-