Uses of Interface
cn.sliew.milky.common.parse.placeholder.PropertyPlaceholder.PlaceholderResolver
-
Packages that use PropertyPlaceholder.PlaceholderResolver Package Description cn.sliew.milky.common.parse.placeholder -
-
Uses of PropertyPlaceholder.PlaceholderResolver in cn.sliew.milky.common.parse.placeholder
Methods in cn.sliew.milky.common.parse.placeholder with parameters of type PropertyPlaceholder.PlaceholderResolver Modifier and Type Method Description protected StringPropertyPlaceholder. parseStringValue(String value, PropertyPlaceholder.PlaceholderResolver placeholderResolver, Set<String> visitedPlaceholders)StringPropertyPlaceholder. replacePlaceholders(String value, PropertyPlaceholder.PlaceholderResolver placeholderResolver)Replaces all placeholders of format${name}with the value returned from the suppliedPropertyPlaceholder.PlaceholderResolver.
-