Uses of Class
org.springframework.aop.IntroductionInterceptor

Packages that use IntroductionInterceptor
org.springframework.aop 
org.springframework.aop.support 

Uses of IntroductionInterceptor in org.springframework.aop
 

Methods in org.springframework.aop that return IntroductionInterceptor
IntroductionInterceptorInterceptionIntroductionAdvisor.getIntroductionInterceptor()
          
 

Uses of IntroductionInterceptor in org.springframework.aop.support
 

Classes in org.springframework.aop.support that implement IntroductionInterceptor
class DelegatingIntroductionInterceptor
          Convenient implementation of the IntroductionInterceptor interface.
 

Constructors in org.springframework.aop.support with parameters of type IntroductionInterceptor
DefaultInterceptionIntroductionAdvisor.DefaultInterceptionIntroductionAdvisor(IntroductionInterceptor interceptor, Class clazz)
          
DefaultInterceptionIntroductionAdvisor.DefaultInterceptionIntroductionAdvisor(IntroductionInterceptor interceptor)
          
 

Methods in org.springframework.aop.support that return IntroductionInterceptor
IntroductionInterceptorDefaultInterceptionIntroductionAdvisor.getIntroductionInterceptor()