@Configuration @EnableAspectJAutoProxy(proxyTargetClass=true) public class InterceptorAutoConfiguration extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
InterceptorAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
AnnotationHandlerFactory |
annotationHandlerFactory(org.springframework.beans.factory.BeanFactory factory) |
AopIntercept |
aopIntercept(AnnotationHandlerFactory factory) |
AopInterceptResult |
aopInterceptResult(org.springframework.beans.factory.BeanFactory factory) |
InterceptArgumentHandler |
interceptArgumentHandler(org.springframework.beans.factory.BeanFactory factory) |
@Bean public AnnotationHandlerFactory annotationHandlerFactory(org.springframework.beans.factory.BeanFactory factory)
@Bean public InterceptArgumentHandler interceptArgumentHandler(org.springframework.beans.factory.BeanFactory factory)
@Bean public AopInterceptResult aopInterceptResult(org.springframework.beans.factory.BeanFactory factory)
@Bean public AopIntercept aopIntercept(AnnotationHandlerFactory factory)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanCopyright © 2020. All rights reserved.