open class DefaultAdvisorChainFactory : AdvisorChainFactory, Serializable
A simple but definitive way of working out an advice chain for a Method, given an Advised object. Always rebuilds each advice chain; caching can be provided by subclasses.
Author
Juergen Hoeller
Author
Rod Johnson
Author
Adrian Colyer
Since
2.0.3
DefaultAdvisorChainFactory()
A simple but definitive way of working out an advice chain for a Method, given an Advised object. Always rebuilds each advice chain; caching can be provided by subclasses. |
open fun getInterceptorsAndDynamicInterceptionAdvice(config: Advised, method: Method, targetClass: Class<*>): MutableList<Any> |