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:
  • Field Details

  • Method Details

    • resolvePlaceholders

      Object resolvePlaceholders(Object value)
      Called to resolve any placeholders in the given value.
      Parameters:
      value - the source value
      Returns:
      a value with placeholders resolved