Class FluxCapacitorSpringConfig

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

    @Configuration
    public class FluxCapacitorSpringConfig
    extends Object
    implements org.springframework.beans.factory.config.BeanPostProcessor
    • Constructor Detail

      • FluxCapacitorSpringConfig

        @Autowired
        protected FluxCapacitorSpringConfig​(org.springframework.context.ApplicationContext context)
    • Method Detail

      • postProcessAfterInitialization

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

        @EventListener
        public void handle​(org.springframework.context.event.ContextRefreshedEvent event)
      • serializer

        @Bean
        public Serializer serializer()
      • getBean

        protected <T> Optional<T> getBean​(Class<T> type)