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
  • Method Details

    • of

      public static SingleSegment of(String placeholder)
      创建
      Parameters:
      placeholder - 占位符
      Returns:
      this