public class TransformerAnnotationPostProcessor extends AbstractMethodAnnotationPostProcessor<Transformer>
@Transformer.beanFactory, channelResolver, environment| Constructor and Description |
|---|
TransformerAnnotationPostProcessor(ListableBeanFactory beanFactory,
Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
protected MessageHandler |
createHandler(Object bean,
Method method,
Transformer annotation)
Subclasses must implement this method to create the MessageHandler.
|
configurePollingEndpoint, generateHandlerBeanName, postProcess, setAdviceChainIfPresentpublic TransformerAnnotationPostProcessor(ListableBeanFactory beanFactory, Environment environment)
protected MessageHandler createHandler(Object bean, Method method, Transformer annotation)
AbstractMethodAnnotationPostProcessorcreateHandler in class AbstractMethodAnnotationPostProcessor<Transformer>bean - The bean.method - The method.annotation - The annotation.