Uses of Interface
org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver
Packages that use PropertyPlaceholderHelper.PlaceholderResolver Package Description org.springframework.util Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects.Uses of PropertyPlaceholderHelper.PlaceholderResolver in org.springframework.util
Methods in org.springframework.util with parameters of type PropertyPlaceholderHelper.PlaceholderResolver Modifier and Type Method Description protected StringPropertyPlaceholderHelper. parseStringValue(String value, PropertyPlaceholderHelper.PlaceholderResolver placeholderResolver, Set<String> visitedPlaceholders)StringPropertyPlaceholderHelper. replacePlaceholders(String value, PropertyPlaceholderHelper.PlaceholderResolver placeholderResolver)Replaces all placeholders of format${name}with the value returned from the suppliedPropertyPlaceholderHelper.PlaceholderResolver.