Uses of Interface
org.springframework.aop.DynamicIntroductionAdvice
Packages that use DynamicIntroductionAdvice
Package
Description
Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.
Convenience classes for using Spring's AOP API.
-
Uses of DynamicIntroductionAdvice in org.springframework.aop
Subinterfaces of DynamicIntroductionAdvice in org.springframework.aopModifier and TypeInterfaceDescriptioninterface
Subinterface of AOP Alliance MethodInterceptor that allows additional interfaces to be implemented by the interceptor, and available via a proxy using that interceptor. -
Uses of DynamicIntroductionAdvice in org.springframework.aop.support
Classes in org.springframework.aop.support that implement DynamicIntroductionAdviceModifier and TypeClassDescriptionclass
Convenient implementation of theIntroductionInterceptor
interface.class
Convenient implementation of theIntroductionInterceptor
interface.Constructors in org.springframework.aop.support with parameters of type DynamicIntroductionAdviceModifierConstructorDescriptionDefaultIntroductionAdvisor
(DynamicIntroductionAdvice advice, Class<?> ifc) Create a DefaultIntroductionAdvisor for the given advice.