Uses of Class
com.google.common.base.Joiner.MapJoiner
-
Packages that use Joiner.MapJoiner Package Description com.google.common.base Basic utility libraries and interfaces.com.google.common.net This package contains utility methods and classes for working with net addresses (numeric IP and domain names). -
-
Uses of Joiner.MapJoiner in com.google.common.base
Methods in com.google.common.base that return Joiner.MapJoiner Modifier and Type Method Description Joiner.MapJoiner
Joiner.MapJoiner. useForNull(java.lang.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(char keyValueSeparator)
Returns aMapJoiner
using the given key-value separator, and the same configuration as thisJoiner
otherwise.Joiner.MapJoiner
Joiner. withKeyValueSeparator(java.lang.String keyValueSeparator)
Returns aMapJoiner
using the given key-value separator, and the same configuration as thisJoiner
otherwise. -
Uses of Joiner.MapJoiner in com.google.common.net
Fields in com.google.common.net declared as Joiner.MapJoiner Modifier and Type Field Description private static Joiner.MapJoiner
MediaType. PARAMETER_JOINER
-