Interface PlaceholdersResolver
- All Known Implementing Classes:
PropertySourcesPlaceholdersResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Optional strategy that used by a
Binder
to resolve property placeholders.- Since:
- 2.0.0
- Author:
- Phillip Webb, Madhura Bhave
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionresolvePlaceholders
(Object value) Called to resolve any placeholders in the given value.
-
Field Details
-
NONE
No-opPropertyResolver
.
-
-
Method Details
-
resolvePlaceholders
Called to resolve any placeholders in the given value.- Parameters:
value
- the source value- Returns:
- a value with placeholders resolved
-