org.springframework.boot.context.properties.bind

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:
    PropertySourcesPlaceholdersResolver
    • Method Detail

      • resolvePlaceholders

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