@Component public class MergeAnnotationAwareBeanDefinitionRegistryPostProcessor extends Object implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
Merge annotated
beans and ensuring the correct prioritization of these post processors. The current ordering of the post processors
will be Framework XML, Framework Merge, Client XML, and the Client Merge.| Constructor and Description |
|---|
MergeAnnotationAwareBeanDefinitionRegistryPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isBroadleafAnnotationBean(org.springframework.core.type.MethodMetadata metadata) |
protected boolean |
isBroadleafBean(org.springframework.beans.factory.config.BeanDefinition beanDefinition) |
void |
postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory bf) |
public MergeAnnotationAwareBeanDefinitionRegistryPostProcessor()
public void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
throws org.springframework.beans.BeansException
postProcessBeanDefinitionRegistry in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessororg.springframework.beans.BeansExceptionprotected boolean isBroadleafAnnotationBean(org.springframework.core.type.MethodMetadata metadata)
protected boolean isBroadleafBean(org.springframework.beans.factory.config.BeanDefinition beanDefinition)
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory bf)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionCopyright © 2023. All rights reserved.