Class RoutingRepositoryBeanPostProcessor

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

    public class RoutingRepositoryBeanPostProcessor
    extends Object
    implements org.springframework.beans.factory.config.BeanPostProcessor
    BeanPostProcessor to apply a RoutingRepositoryBeanPostProcessor.RoutingRepositoryFactoryCustomizer to all repository factories.
    Since:
    2022-08-17
    Version:
    1.0.6
    Author:
    fantasticmao
    • Constructor Detail

      • RoutingRepositoryBeanPostProcessor

        public RoutingRepositoryBeanPostProcessor()
    • Method Detail

      • postProcessBeforeInitialization

        public Object postProcessBeforeInitialization​(@Nonnull
                                                      Object bean,
                                                      @Nonnull
                                                      String beanName)
                                               throws org.springframework.beans.BeansException
        Specified by:
        postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
        Throws:
        org.springframework.beans.BeansException