Class StartupReporterProcessor

java.lang.Object
org.miaixz.bus.spring.startup.StartupReporterProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor

public class StartupReporterProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
实现了BeanPostProcessor将StartupReporter注入到StartupReporterAware bean中。
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • StartupReporterProcessor

      public StartupReporterProcessor(StartupReporter startupReporter)
      构造
      Parameters:
      startupReporter - 收集和启动组件
  • Method Details

    • postProcessBeforeInitialization

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