public class AspectComponentDefinition
extends org.springframework.beans.factory.parsing.CompositeComponentDefinition
ComponentDefinition
that holds an aspect definition, including its nested pointcuts.CompositeComponentDefinition.getNestedComponents(),
PointcutComponentDefinition| 构造器和说明 |
|---|
AspectComponentDefinition(String aspectName,
org.springframework.beans.factory.config.BeanDefinition[] beanDefinitions,
org.springframework.beans.factory.config.BeanReference[] beanReferences,
Object source) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.beans.factory.config.BeanDefinition[] |
getBeanDefinitions() |
org.springframework.beans.factory.config.BeanReference[] |
getBeanReferences() |
addNestedComponent, getName, getNestedComponents, getSourcepublic 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