| Package | Description |
|---|---|
| org.springframework.aop.framework | |
| org.springframework.aop.source |
| Modifier and Type | Field and Description |
|---|---|
static TargetSource |
AdvisedSupport.EMPTY_TARGET_SOURCE
Canonical TargetSource when there's no target, and behavior is
supplied by the advisors.
|
| Modifier and Type | Method and Description |
|---|---|
TargetSource |
Advised.getTargetSource()
Return the
TargetSource used by this Advised object. |
TargetSource |
AdvisedSupport.getTargetSource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdvisedSupport.copyConfigurationFrom(AdvisedSupport other,
TargetSource targetSource,
List<Advisor> advisors)
Copy the AOP configuration from the given
AdvisedSupport object,
but allow substitution of a fresh TargetSource and a given interceptor chain. |
void |
Advised.setTargetSource(TargetSource targetSource)
Change the
TargetSource used by this Advised object. |
void |
AdvisedSupport.setTargetSource(TargetSource targetSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyTargetSource
Canonical
TargetSource when there is no target
(or just the target class known), and behavior is supplied
by interfaces and advisors only. |
class |
SingletonTargetSource
Implementation of the
TargetSource interface
that holds a given object. |
Copyright © 2025. All rights reserved.