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.

@FunctionalInterface public interface PlaceholdersResolver
Optional strategy that used by a Binder to resolve property placeholders.
Since:
2.0.0
Author:
Phillip Webb, Madhura Bhave
See Also: