Record Class PlaceholderParser.NestedPlaceholderPart

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

static record PlaceholderParser.NestedPlaceholderPart(String text, List<PlaceholderParser.Part> keyParts, List<PlaceholderParser.Part> defaultParts) extends Record implements PlaceholderParser.Part
A PlaceholderParser.Part implementation that represents a single placeholder containing nested placeholders.