Interface PropertyInterceptorAware


public interface PropertyInterceptorAware
Proxies created via ConfigurationPropertiesProxyFactory implement this interface to provide additional utility functions that aid proxy call processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    The key provided by the proxied ConfigurationProperties.prefix(), or by a further derived key of a nested pojo inside of the original ConfigurationProperties bean.
    The spring bean representing the processor to pass handling of calls to the proxied configuration bean's accessor API.
  • Method Details

    • getKey

      String getKey()
      The key provided by the proxied ConfigurationProperties.prefix(), or by a further derived key of a nested pojo inside of the original ConfigurationProperties bean.
      Returns:
      The spring environment property key for the proxied configuration bean
    • getProcessor

      The spring bean representing the processor to pass handling of calls to the proxied configuration bean's accessor API.
      Returns:
      The spring bean representing the accessor API call processor