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.MapJoinerJoiner.MapJoiner. useForNull(String nullText)Returns a map joiner with the same behavior as this one, except automatically substitutingnullTextfor any provided null keys or values.Joiner.MapJoinerJoiner. withKeyValueSeparator(String keyValueSeparator)Returns aMapJoinerusing the given key-value separator, and the same configuration as thisJoinerotherwise.
-