open class DefaultIntroductionAdvisor : IntroductionAdvisor, ClassFilter, Ordered, Serializable
Simple org.springframework.aop.IntroductionAdvisor implementation that by default applies to any class.
Author
Rod Johnson
Author
Juergen Hoeller
Since
11.11.2003
DefaultIntroductionAdvisor(advice: Advice)DefaultIntroductionAdvisor(advice: Advice, introductionInfo: IntroductionInfo)DefaultIntroductionAdvisor(advice: DynamicIntroductionAdvice, intf: Class<*>)
Create a DefaultIntroductionAdvisor for the given advice. |
open fun addInterface(intf: Class<*>): Unit
Add the specified interface to the list of interfaces to introduce. |
|
open fun equals(other: Any?): Boolean |
|
open fun getAdvice(): Advice |
|
open fun getClassFilter(): ClassFilter |
|
open fun getInterfaces(): Array<Class<*>> |
|
open fun getOrder(): Int |
|
open fun hashCode(): Int |
|
open fun isPerInstance(): Boolean |
|
open fun matches(clazz: Class<*>): Boolean |
|
open fun setOrder(order: Int): Unit |
|
open fun toString(): String |
|
open fun validateInterfaces(): Unit |