spring-framework / org.springframework.aop.framework / DefaultAdvisorChainFactory

DefaultAdvisorChainFactory

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

Constructors

<init>

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.

Functions

getInterceptorsAndDynamicInterceptionAdvice

open fun getInterceptorsAndDynamicInterceptionAdvice(config: Advised, method: Method, targetClass: Class<*>): MutableList<Any>