Record Class PlaceholderParser.SimplePlaceholderPart

java.lang.Object
java.lang.Record
cn.taketoday.util.PlaceholderParser.SimplePlaceholderPart
记录组件:
text - the raw text
key - the key of the placeholder
fallback - the fallback to use, if any
所有已实现的接口:
PlaceholderParser.Part
封闭类:
PlaceholderParser

static record PlaceholderParser.SimplePlaceholderPart(String text, String key, String fallback) extends Record implements PlaceholderParser.Part
A PlaceholderParser.Part implementation that represents a single placeholder with a hard-coded fallback.