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
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    No-op PropertyResolver.
  • Method Summary

    Modifier and Type
    Method
    Description
    Called to resolve any placeholders in the given value.
  • 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