@FunctionalInterface public interface PlaceholdersResolver
Binder
to resolve property placeholders.PropertySourcesPlaceholdersResolver
Modifier and Type | Field and Description |
---|---|
static PlaceholdersResolver |
NONE
No-op
PropertyResolver . |
Modifier and Type | Method and Description |
---|---|
Object |
resolvePlaceholders(Object value)
Called to resolve any placeholders in the given value.
|
static final PlaceholdersResolver NONE
PropertyResolver
.