Uses of Class
com.google.common.base.Joiner.MapJoiner
Packages that use Joiner.MapJoiner
Package
Description
Basic utility libraries and interfaces.
Utility methods and classes for networking (such as IP addresses and domain names).
-
Uses of Joiner.MapJoiner in com.google.common.base
Methods in com.google.common.base that return Joiner.MapJoinerModifier and TypeMethodDescriptionJoiner.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.withKeyValueSeparator
(char keyValueSeparator) Returns aMapJoiner
using the given key-value separator, and the same configuration as thisJoiner
otherwise.Joiner.withKeyValueSeparator
(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.MapJoinerModifier and TypeFieldDescriptionprivate static final Joiner.MapJoiner
MediaType.PARAMETER_JOINER