public class KotlinValueFormatter extends java.lang.Object implements ValueFormatter
FORMATTER_TO_ARRAY, FORMATTER_TO_ARRAY_OF_STRINGS, FORMATTER_TO_STRING
Constructor and Description |
---|
KotlinValueFormatter() |
Modifier and Type | Method and Description |
---|---|
java.util.StringJoiner |
getArrayJoiner() |
java.lang.String |
getEmptyListValue() |
java.util.StringJoiner |
getListJoiner() |
java.lang.String |
getNullValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
format, formatList
public java.lang.String getNullValue()
getNullValue
in interface ValueFormatter
public java.lang.String getEmptyListValue()
getEmptyListValue
in interface ValueFormatter
public java.util.StringJoiner getListJoiner()
getListJoiner
in interface ValueFormatter
public java.util.StringJoiner getArrayJoiner()
getArrayJoiner
in interface ValueFormatter