public class MultiDingerAlgorithmInjectRegister extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
-------
@Component
@DependsOn(AlgorithmHandler.MULTI_DINGER_PRIORITY_EXECUTE)
public class ServiceInit implements InitializingBean {
@Override
public void afterPropertiesSet() throws Exception {
// ...
}
}
| 构造器和说明 |
|---|
MultiDingerAlgorithmInjectRegister() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
protected static void |
clear() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionprotected static void clear()
Copyright © 2023 AnswerAIL. All rights reserved.