Interface BeanLevelMergedPropertiesAware

All Known Implementing Classes:
AbstractGatewayComponentFactoryBean, EmbeddedSpaceFactoryBean, GatewayDelegatorFactoryBean, GatewaySinkFactoryBean, SpaceProxyFactoryBean, UrlSpaceFactoryBean

public interface BeanLevelMergedPropertiesAware
A callback that sets the merged properties using mergedProperties and the bean name that the bean implementing this interface is associated with.
Author:
kimchy
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the merged properties using mergedProperties and the bean name that the bean implementing this interface is associated with.
  • Method Details

    • setMergedBeanLevelProperties

      void setMergedBeanLevelProperties(Properties beanLevelProperties)
      Sets the merged properties using mergedProperties and the bean name that the bean implementing this interface is associated with.