public class ComponentLocatorCreatePostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
SpringConfigurationComponentLocator.
For each registered bean, it checks if it's a configuration components and in such case it adds the component to the
SpringConfigurationComponentLocator instance.| Constructor and Description |
|---|
ComponentLocatorCreatePostProcessor(SpringConfigurationComponentLocator componentLocator)
Creates a new instance that will populate component over
componentLocator |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object o,
String s) |
Object |
postProcessBeforeInitialization(Object o,
String s) |
public ComponentLocatorCreatePostProcessor(SpringConfigurationComponentLocator componentLocator)
componentLocatorcomponentLocator - the locator in which configuration components must be added.public Object postProcessBeforeInitialization(Object o, String s) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object o, String s) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.