Interface BeanRegistryAware

All Known Implementing Classes:
ReselectColumnsPostProcessor

public interface BeanRegistryAware
Allows the injection of the BeanRegistry during service configuration.
Author:
Chris Cranford
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback to inject the bean registry.
  • Method Details

    • injectBeanRegistry

      void injectBeanRegistry(BeanRegistry beanRegistry)
      Callback to inject the bean registry.
      Parameters:
      beanRegistry - the bean registry