Class DictionaryBootstrapPostProcessor

  • All Implemented Interfaces:
    org.springframework.beans.factory.config.BeanFactoryPostProcessor

    public class DictionaryBootstrapPostProcessor
    extends Object
    implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
    Dictionary bootstap post processor.

    Ensures compatibility with 4.2 and 4.2.1 as well as 4.2.2.

    Since:
    2.2
    Author:
    Roy Wetherall
    • Constructor Detail

      • DictionaryBootstrapPostProcessor

        public DictionaryBootstrapPostProcessor()
    • Method Detail

      • postProcessBeanFactory

        public void postProcessBeanFactory​(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
        Specified by:
        postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
        See Also:
        BeanFactoryPostProcessor.postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory)