Uses of Interface
org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver
Packages that use PropertyPlaceholderHelper.PlaceholderResolver
Package
Description
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
Uses of PropertyPlaceholderHelper.PlaceholderResolver in org.springframework.util
Methods in org.springframework.util with parameters of type PropertyPlaceholderHelper.PlaceholderResolverModifier and TypeMethodDescriptionPropertyPlaceholderHelper.replacePlaceholders(String value, PropertyPlaceholderHelper.PlaceholderResolver placeholderResolver) Replace all placeholders of format${name}with the value returned from the suppliedPropertyPlaceholderHelper.PlaceholderResolver.