public class MuleObjectNameProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
MuleObjectNameProcessor is used to set spring ids to Mule object names so the the bean id and name property on the
object don't both have to be set.| Constructor and Description |
|---|
MuleObjectNameProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOverwrite() |
Object |
postProcessAfterInitialization(Object o,
String s) |
Object |
postProcessBeforeInitialization(Object object,
String beanName) |
void |
setOverwrite(boolean overwrite) |
public Object postProcessBeforeInitialization(Object object, String beanName) 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.BeansExceptionpublic boolean isOverwrite()
public void setOverwrite(boolean overwrite)
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.