| Package | Description |
|---|---|
| org.springframework.aop.framework |
| Modifier and Type | Class and Description |
|---|---|
class |
AdvisedSupport
Base class for AOP proxy configuration managers.
|
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
AdvisorChainFactory.getInterceptorsAndDynamicInterceptionAdvice(Advised config,
Method method,
Class<?> targetClass)
Determine a list of
MethodInterceptor objects
for the given advisor chain configuration. |
List<Object> |
DefaultAdvisorChainFactory.getInterceptorsAndDynamicInterceptionAdvice(Advised config,
Method method,
Class<?> targetClass) |
Copyright © 2025. All rights reserved.