public class AnnotatedEventHandlerInvoker extends java.lang.Object implements org.springframework.context.ApplicationListener<RepositoryEvent>, org.springframework.beans.factory.config.BeanPostProcessor
| 限定符和类型 | 字段和说明 |
|---|---|
static org.springframework.util.ReflectionUtils.MethodFilter |
USER_METHODS |
| 构造器和说明 |
|---|
AnnotatedEventHandlerInvoker() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onApplicationEvent(RepositoryEvent event) |
java.lang.Object |
postProcessAfterInitialization(java.lang.Object bean,
java.lang.String beanName) |
java.lang.Object |
postProcessBeforeInitialization(java.lang.Object bean,
java.lang.String beanName) |
public static final org.springframework.util.ReflectionUtils.MethodFilter USER_METHODS
public void onApplicationEvent(RepositoryEvent event)
onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<RepositoryEvent>public java.lang.Object postProcessBeforeInitialization(java.lang.Object bean,
java.lang.String beanName)
throws org.springframework.beans.BeansException
postProcessBeforeInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic java.lang.Object postProcessAfterInitialization(java.lang.Object bean,
java.lang.String beanName)
throws org.springframework.beans.BeansException
postProcessAfterInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansException