Class SingleSegment

java.lang.Object
org.miaixz.bus.core.text.placeholder.segment.AbstractSegment
org.miaixz.bus.core.text.placeholder.segment.SingleSegment
All Implemented Interfaces:
StringSegment

public class SingleSegment extends AbstractSegment
字符串模板-单变量占位符 SectionBuffer

例如,"?", "{}", "$$$"

Since:
Java 17+
Author:
Kimi Liu