Interface ConfigurationPropertiesBindHandlerAdvisor

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 ConfigurationPropertiesBindHandlerAdvisor
Allows additional functionality to be applied to the BindHandler used by the ConfigurationPropertiesBindingPostProcessor.
Since:
2.1.0
Author:
Phillip Webb
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(BindHandler bindHandler)
    Apply additional functionality to the source bind handler.
  • Method Details

    • apply

      BindHandler apply(BindHandler bindHandler)
      Apply additional functionality to the source bind handler.
      Parameters:
      bindHandler - the source bind handler
      Returns:
      a replacement bind handler that delegates to the source and provides additional functionality