public class AdvisorComponentDefinition
extends org.springframework.beans.factory.parsing.AbstractComponentDefinition
ComponentDefinition
that bridges the gap between the advisor bean definition configured
by the <aop:advisor> tag and the component definition
infrastructure.| 构造器和说明 |
|---|
AdvisorComponentDefinition(String advisorBeanName,
org.springframework.beans.factory.config.BeanDefinition advisorDefinition) |
AdvisorComponentDefinition(String advisorBeanName,
org.springframework.beans.factory.config.BeanDefinition advisorDefinition,
org.springframework.beans.factory.config.BeanDefinition pointcutDefinition) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.beans.factory.config.BeanDefinition[] |
getBeanDefinitions() |
org.springframework.beans.factory.config.BeanReference[] |
getBeanReferences() |
String |
getDescription() |
String |
getName() |
Object |
getSource() |
public AdvisorComponentDefinition(String advisorBeanName, org.springframework.beans.factory.config.BeanDefinition advisorDefinition)
public AdvisorComponentDefinition(String advisorBeanName, org.springframework.beans.factory.config.BeanDefinition advisorDefinition, @Nullable org.springframework.beans.factory.config.BeanDefinition pointcutDefinition)
public String getName()
public String getDescription()
getDescription 在接口中 org.springframework.beans.factory.parsing.ComponentDefinitiongetDescription 在类中 org.springframework.beans.factory.parsing.AbstractComponentDefinitionpublic org.springframework.beans.factory.config.BeanDefinition[] getBeanDefinitions()
getBeanDefinitions 在接口中 org.springframework.beans.factory.parsing.ComponentDefinitiongetBeanDefinitions 在类中 org.springframework.beans.factory.parsing.AbstractComponentDefinitionpublic org.springframework.beans.factory.config.BeanReference[] getBeanReferences()
getBeanReferences 在接口中 org.springframework.beans.factory.parsing.ComponentDefinitiongetBeanReferences 在类中 org.springframework.beans.factory.parsing.AbstractComponentDefinition@Nullable public Object getSource()