Uses of Class
cloud.opencode.base.core.Splitter.MapSplitter
Packages that use Splitter.MapSplitter
Package
Description
Core utilities and foundational classes for the OpenCode Base library.
-
Uses of Splitter.MapSplitter in cloud.opencode.base.core
Methods in cloud.opencode.base.core that return Splitter.MapSplitterModifier and TypeMethodDescriptionSplitter.withKeyValueSeparator(char separator) Returns a map splitter using the given key-value separator.Splitter.withKeyValueSeparator(Splitter kvSplitter) Returns a map splitter using the given splitter for key-value pairs.Splitter.withKeyValueSeparator(String separator) Returns a map splitter using the given key-value separator.