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