Uses of Interface
org.apache.skywalking.apm.util.PropertyPlaceholderHelper.PlaceholderResolver
-
Uses of PropertyPlaceholderHelper.PlaceholderResolver in org.apache.skywalking.apm.util
Methods in org.apache.skywalking.apm.util with parameters of type PropertyPlaceholderHelper.PlaceholderResolverModifier and TypeMethodDescriptionprotected StringPropertyPlaceholderHelper.parseStringValue(String value, PropertyPlaceholderHelper.PlaceholderResolver placeholderResolver, Set<String> visitedPlaceholders) PropertyPlaceholderHelper.replacePlaceholders(String value, PropertyPlaceholderHelper.PlaceholderResolver placeholderResolver) Replaces all placeholders of format${name}with the value returned from the suppliedPropertyPlaceholderHelper.PlaceholderResolver.