Uses of Interface
org.miaixz.bus.core.text.placeholder.segment.StringSegment
Packages that use StringSegment
Package
Description
字符串占位符相关封装,包括占位符替换变量和解析变量
占位符节点
字符串模板
-
Uses of StringSegment in org.miaixz.bus.core.text.placeholder
Fields in org.miaixz.bus.core.text.placeholder with type parameters of type StringSegmentModifier and TypeFieldDescriptionprotected List<StringSegment> StringTemplate.segments模板中的所有固定文本和占位符Methods in org.miaixz.bus.core.text.placeholder that return types with arguments of type StringSegmentModifier and TypeMethodDescriptionprotected List<StringSegment> StringTemplate.getSegments()获取 模板中 所有segmentprotected abstract List<StringSegment> StringTemplate.parseSegments(String template) 将 模板 解析为 SectionBuffer 列表Method parameters in org.miaixz.bus.core.text.placeholder with type arguments of type StringSegmentModifier and TypeMethodDescriptionprotected voidStringTemplate.addLiteralSegment(boolean isLastLiteralSegment, List<StringSegment> list, String newText) 添加 固定文本segment,过滤 空字符串 并 合并相邻的固定文本 -
Uses of StringSegment in org.miaixz.bus.core.text.placeholder.segment
Classes in org.miaixz.bus.core.text.placeholder.segment that implement StringSegmentModifier and TypeClassDescriptionclass字符串模板-占位符-抽象 SectionBufferclass基字符串模板-基于下标的占位符 SectionBufferclass字符串模板-固定文本 SectionBufferclass字符串模板-有前后缀的变量占位符 SectionBufferclass字符串模板-单变量占位符 SectionBuffer -
Uses of StringSegment in org.miaixz.bus.core.text.placeholder.template
Methods in org.miaixz.bus.core.text.placeholder.template that return types with arguments of type StringSegmentModifier and TypeMethodDescriptionprotected List<StringSegment> NamedStringTemplate.parseSegments(String template) protected List<StringSegment> SingleStringTemplate.parseSegments(String template)