public class AnnotatedTransformerObjectPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
Transformer
annotations present.
For each method annotated with Transformer
a Mule transformer will be created. When the
transformer is used, the method will get invokedTransformer
Constructor and Description |
---|
AnnotatedTransformerObjectPostProcessor(MuleContext muleContext) |
Modifier and Type | Method and Description |
---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object object,
String beanName) |
public AnnotatedTransformerObjectPostProcessor(MuleContext muleContext)
public Object postProcessBeforeInitialization(Object object, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.