Class Joiner

java.lang.Object
io.debezium.util.Joiner

@Immutable public final class Joiner extends Object
A utility for joining multiple character sequences together. One major difference compared to StringJoiner is that this class ignores null values (rather than appending "null").
Author:
Randall Hauch