Class BridgeToAnnotationPostProcessor
java.lang.Object
org.springframework.integration.config.AbstractMethodAnnotationPostProcessor<BridgeTo>
org.springframework.integration.config.BridgeToAnnotationPostProcessor
- All Implemented Interfaces:
- Aware,- BeanFactoryAware,- MethodAnnotationPostProcessor<BridgeTo>
public class BridgeToAnnotationPostProcessor
extends AbstractMethodAnnotationPostProcessor<BridgeTo>
Post-processor for the 
@BridgeTo annotation.- Since:
- 4.0
- Author:
- Artem Bilan
- 
Nested Class SummaryNested classes/interfaces inherited from class org.springframework.integration.config.AbstractMethodAnnotationPostProcessorAbstractMethodAnnotationPostProcessor.BeanDefinitionPropertiesMapper
- 
Field SummaryFields inherited from class org.springframework.integration.config.AbstractMethodAnnotationPostProcessorADVICE_CHAIN_ATTRIBUTE, annotationType, logger, messageHandlerAttributes, SEND_TIMEOUT_ATTRIBUTEFields inherited from interface org.springframework.integration.config.annotation.MethodAnnotationPostProcessorINPUT_CHANNEL_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected AbstractEndpointcreateEndpoint(MessageHandler handler, Method method, List<Annotation> annotations) protected BeanDefinitioncreateEndpointBeanDefinition(ComponentDefinition handlerBeanDefinition, ComponentDefinition beanDefinition, List<Annotation> annotations) protected MessageHandlercreateHandler(Object bean, Method method, List<Annotation> annotations) Subclasses must implement this method to create the MessageHandler.protected BeanDefinitionresolveHandlerBeanDefinition(String beanName, AnnotatedBeanDefinition beanDefinition, ResolvableType handlerBeanType, List<Annotation> annotationChain) booleanshouldCreateEndpoint(MergedAnnotations mergedAnnotations, List<Annotation> annotations) booleanMethods inherited from class org.springframework.integration.config.AbstractMethodAnnotationPostProcessorbuildLambdaMessageProcessor, checkMessageHandlerAttributes, configurePollingEndpoint, doCreateEndpoint, extractAdviceChain, generateHandlerBeanName, generateHandlerBeanName, generateHandlerBeanName, getBeanFactory, getChannelResolver, getConversionService, getDefinitionRegistry, postProcess, processBeanDefinition, resolveAttributeToBoolean, setBeanFactory, setOutputChannelIfPresentMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.integration.config.annotation.MethodAnnotationPostProcessorbeanAnnotationAware, getInputChannelAttribute, shouldCreateEndpoint
- 
Constructor Details- 
BridgeToAnnotationPostProcessorpublic BridgeToAnnotationPostProcessor()
 
- 
- 
Method Details- 
supportsPojoMethodpublic boolean supportsPojoMethod()
- 
shouldCreateEndpointpublic boolean shouldCreateEndpoint(MergedAnnotations mergedAnnotations, List<Annotation> annotations) 
- 
resolveHandlerBeanDefinitionprotected BeanDefinition resolveHandlerBeanDefinition(String beanName, AnnotatedBeanDefinition beanDefinition, ResolvableType handlerBeanType, List<Annotation> annotationChain) - Overrides:
- resolveHandlerBeanDefinitionin class- AbstractMethodAnnotationPostProcessor<BridgeTo>
 
- 
createEndpointBeanDefinitionprotected BeanDefinition createEndpointBeanDefinition(ComponentDefinition handlerBeanDefinition, ComponentDefinition beanDefinition, List<Annotation> annotations) - Overrides:
- createEndpointBeanDefinitionin class- AbstractMethodAnnotationPostProcessor<BridgeTo>
 
- 
createEndpointprotected AbstractEndpoint createEndpoint(MessageHandler handler, Method method, List<Annotation> annotations) - Overrides:
- createEndpointin class- AbstractMethodAnnotationPostProcessor<BridgeTo>
 
- 
createHandlerDescription copied from class:AbstractMethodAnnotationPostProcessorSubclasses must implement this method to create the MessageHandler.- Specified by:
- createHandlerin class- AbstractMethodAnnotationPostProcessor<BridgeTo>
- Parameters:
- bean- The bean.
- method- The method.
- annotations- The messaging annotation (or meta-annotation hierarchy) on the method.
- Returns:
- The MessageHandler.
 
 
-