java.lang.Object
org.miaixz.bus.spring.boot.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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessAfterInitialization
-
Constructor Details
-
StartupReporterProcessor
构造- Parameters:
startupReporter- 收集和启动组件
-
-
Method Details
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessBeforeInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-