| Class and Description |
|---|
| Advisor
Base interface holding AOP advice (action to take at a joinpoint)
and a filter determining the applicability of the advice (such as
a pointcut).
|
| AfterAdvice
Common marker interface for after advice,
such as
AfterReturningAdvice and ThrowsAdvice. |
| BeforeAdvice
Common marker interface for before advice, such as
MethodBeforeAdvice. |
| ClassFilter
Filter that restricts matching of a pointcut or introduction to
a given set of target classes.
|
| IntroductionInfo
Interface supplying the information necessary to describe an introduction.
|
| MethodMatcher
Part of a
Pointcut: Checks whether the target method is eligible for advice. |
| Pointcut
Core Spring pointcut abstraction.
|
| TargetClassAware
Minimal interface for exposing the target class behind a proxy.
|
| Class and Description |
|---|
| Advisor
Base interface holding AOP advice (action to take at a joinpoint)
and a filter determining the applicability of the advice (such as
a pointcut).
|
| TargetClassAware
Minimal interface for exposing the target class behind a proxy.
|
| TargetSource
A
TargetSource is used to obtain the current "target" of
an AOP invocation, which will be invoked via reflection if no around
advice chooses to end the interceptor chain itself. |
| Class and Description |
|---|
| Advisor
Base interface holding AOP advice (action to take at a joinpoint)
and a filter determining the applicability of the advice (such as
a pointcut).
|
| AfterAdvice
Common marker interface for after advice,
such as
AfterReturningAdvice and ThrowsAdvice. |
| AfterReturningAdvice
After returning advice is invoked only on normal method return, not if an
exception is thrown.
|
| BeforeAdvice
Common marker interface for before advice, such as
MethodBeforeAdvice. |
| MethodBeforeAdvice
Advice invoked before a method is invoked.
|
| Class and Description |
|---|
| TargetClassAware
Minimal interface for exposing the target class behind a proxy.
|
| TargetSource
A
TargetSource is used to obtain the current "target" of
an AOP invocation, which will be invoked via reflection if no around
advice chooses to end the interceptor chain itself. |
| Class and Description |
|---|
| Advisor
Base interface holding AOP advice (action to take at a joinpoint)
and a filter determining the applicability of the advice (such as
a pointcut).
|
| ClassFilter
Filter that restricts matching of a pointcut or introduction to
a given set of target classes.
|
| DynamicIntroductionAdvice
Subinterface of AOP Alliance Advice that allows additional interfaces
to be implemented by an Advice, and available via a proxy using that
interceptor.
|
| IntroductionAdvisor
Superinterface for advisors that perform one or more AOP introductions.
|
| IntroductionInfo
Interface supplying the information necessary to describe an introduction.
|
| Pointcut
Core Spring pointcut abstraction.
|
| PointcutAdvisor
Superinterface for all Advisors that are driven by a pointcut.
|
Copyright © 2025. All rights reserved.