Uses of Class
cloud.opencode.base.core.Joiner.MapJoiner
Packages that use Joiner.MapJoiner
Package
Description
Core utilities and foundational classes for the OpenCode Base library.
-
Uses of Joiner.MapJoiner in cloud.opencode.base.core
Methods in cloud.opencode.base.core that return Joiner.MapJoinerModifier and TypeMethodDescriptionJoiner.MapJoiner.skipNullValues()Returns a map joiner that skips entries with null values.Joiner.MapJoiner.useForNull(String nullText) Returns a map joiner that replaces null values with the given text.Joiner.withKeyValueSeparator(char separator) Returns a map joiner using the given key-value separator.Joiner.withKeyValueSeparator(String separator) Returns a map joiner using the given key-value separator.