Class Splitter.MapSplitter
java.lang.Object
cloud.opencode.base.core.Splitter.MapSplitter
- Enclosing class:
Splitter
A splitter that produces a map from key-value pair strings.
从键值对字符串生成映射的分割器。
- Since:
- JDK 25, opencode-base-core V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
-
Method Details
-
split
Splits the input into a map. 将输入分割成映射。- Parameters:
input- the input string - 输入字符串- Returns:
- the map - 映射
-