| Package | Description |
|---|---|
| org.apache.seata.spring.util | |
| org.springframework.aop.framework |
| Modifier and Type | Method and Description |
|---|---|
static AdvisedSupport |
SpringProxyUtils.getAdvisedSupport(Object proxy)
Gets advised support.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdvisedSupport.copyConfigurationFrom(AdvisedSupport other)
Call this method on a new instance created by the no-arg constructor
to create an independent copy of the configuration from the given object.
|
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. |
Copyright © 2025. All rights reserved.