Uses of Class
com.impossibl.postgres.utils.guava.Joiner.MapJoiner
-
Packages that use Joiner.MapJoiner Package Description com.impossibl.postgres.utils.guava -
-
Uses of Joiner.MapJoiner in com.impossibl.postgres.utils.guava
Methods in com.impossibl.postgres.utils.guava that return Joiner.MapJoiner Modifier and Type Method Description Joiner.MapJoiner
Joiner.MapJoiner. useForNull(String nullText)
Returns a map joiner with the same behavior as this one, except automatically substitutingnullText
for any provided null keys or values.Joiner.MapJoiner
Joiner. withKeyValueSeparator(String keyValueSeparator)
Returns aMapJoiner
using the given key-value separator, and the same configuration as thisJoiner
otherwise.
-