public class AnnotationJobAutoRegister extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.boot.CommandLineRunner
| 构造器和说明 |
|---|
AnnotationJobAutoRegister() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,Object> |
convertSchedulerConfiguration(Annotation annotation) |
Map<String,Object> |
createSpringScheduledAnnConfig(org.springframework.scheduling.annotation.Scheduled scheduled) |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
run(String... args) |
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Map<String,Object> createSpringScheduledAnnConfig(org.springframework.scheduling.annotation.Scheduled scheduled)
public Map<String,Object> convertSchedulerConfiguration(Annotation annotation)
public void run(String... args)
run 在接口中 org.springframework.boot.CommandLineRunnerCopyright © 2018. All rights reserved.