类的使用
cn.taketoday.util.PlaceholderParser.PartResolutionContext
程序包
说明
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
cn.taketoday.util中PlaceholderParser.PartResolutionContext的使用
修饰符和类型方法说明PlaceholderParser.NestedPlaceholderPart.resolve(PlaceholderParser.PartResolutionContext resolutionContext) PlaceholderParser.ParsedValue.resolve(PlaceholderParser.PartResolutionContext resolutionContext) PlaceholderParser.Part.resolve(PlaceholderParser.PartResolutionContext resolutionContext) Resolve this part using the specifiedPlaceholderParser.PartResolutionContext.PlaceholderParser.SimplePlaceholderPart.resolve(PlaceholderParser.PartResolutionContext resolutionContext) PlaceholderParser.TextPart.resolve(PlaceholderParser.PartResolutionContext resolutionContext) static StringPlaceholderParser.Part.resolveAll(Iterable<PlaceholderParser.Part> parts, PlaceholderParser.PartResolutionContext resolutionContext) Return a String that appends the resolution of the specified parts.private StringPlaceholderParser.SimplePlaceholderPart.resolveToText(PlaceholderParser.PartResolutionContext resolutionContext, String text)