クラス BridgeToAnnotationPostProcessor
java.lang.ObjectSE
org.springframework.integration.config.AbstractMethodAnnotationPostProcessor<BridgeTo>
org.springframework.integration.config.BridgeToAnnotationPostProcessor
- 実装されているすべてのインターフェース:
Aware、BeanFactoryAware、MethodAnnotationPostProcessor<BridgeTo>
public class BridgeToAnnotationPostProcessor
extends AbstractMethodAnnotationPostProcessor<BridgeTo>
@BridgeTo アノテーションのポストプロセッサー。- 導入:
- 4.0
- 作成者:
- Artem Bilan
ネストされたクラスの要約
クラス org.springframework.integration.config.AbstractMethodAnnotationPostProcessor から継承されたネストクラス / インターフェース
AbstractMethodAnnotationPostProcessor.BeanDefinitionPropertiesMapperフィールドのサマリー
クラス org.springframework.integration.config.AbstractMethodAnnotationPostProcessor から継承されたフィールド
ADVICE_CHAIN_ATTRIBUTE, annotationType, logger, messageHandlerAttributes, SEND_TIMEOUT_ATTRIBUTEインターフェース org.springframework.integration.config.annotation.MethodAnnotationPostProcessor から継承されたフィールド
INPUT_CHANNEL_ATTRIBUTEコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected AbstractEndpointcreateEndpoint(MessageHandler handler, MethodSE method, ListSE<AnnotationSE> annotations) protected BeanDefinitioncreateEndpointBeanDefinition(ComponentDefinition handlerBeanDefinition, ComponentDefinition beanDefinition, ListSE<AnnotationSE> annotations) protected MessageHandlercreateHandler(ObjectSE bean, MethodSE method, ListSE<AnnotationSE> annotations) サブクラスは、MessageHandler を作成するためにこのメソッドを実装する必要があります。protected BeanDefinitionresolveHandlerBeanDefinition(StringSE beanName, AnnotatedBeanDefinition beanDefinition, ResolvableType handlerBeanType, ListSE<AnnotationSE> annotationChain) booleanshouldCreateEndpoint(MergedAnnotations mergedAnnotations, ListSE<AnnotationSE> annotations) booleanクラス org.springframework.integration.config.AbstractMethodAnnotationPostProcessor から継承されたメソッド
buildLambdaMessageProcessor, checkMessageHandlerAttributes, configurePollingEndpoint, doCreateEndpoint, extractAdviceChain, generateHandlerBeanName, generateHandlerBeanName, generateHandlerBeanName, getBeanFactory, getChannelResolver, getConversionService, getDefinitionRegistry, postProcess, processBeanDefinition, resolveAttributeToBoolean, setBeanFactory, setOutputChannelIfPresentクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.integration.config.annotation.MethodAnnotationPostProcessor から継承されたメソッド
beanAnnotationAware, getInputChannelAttribute, shouldCreateEndpoint
コンストラクターの詳細
BridgeToAnnotationPostProcessor
public BridgeToAnnotationPostProcessor()
メソッドの詳細
supportsPojoMethod
public boolean supportsPojoMethod()shouldCreateEndpoint
public boolean shouldCreateEndpoint(MergedAnnotations mergedAnnotations, ListSE<AnnotationSE> annotations) resolveHandlerBeanDefinition
protected BeanDefinition resolveHandlerBeanDefinition(StringSE beanName, AnnotatedBeanDefinition beanDefinition, ResolvableType handlerBeanType, ListSE<AnnotationSE> annotationChain) createEndpointBeanDefinition
protected BeanDefinition createEndpointBeanDefinition(ComponentDefinition handlerBeanDefinition, ComponentDefinition beanDefinition, ListSE<AnnotationSE> annotations) createEndpoint
protected AbstractEndpoint createEndpoint(MessageHandler handler, MethodSE method, ListSE<AnnotationSE> annotations) - オーバーライド:
- クラス
AbstractMethodAnnotationPostProcessor<BridgeTo>のcreateEndpoint
createHandler
protected MessageHandler createHandler(ObjectSE bean, MethodSE method, ListSE<AnnotationSE> annotations) クラスからコピーされた説明:AbstractMethodAnnotationPostProcessorサブクラスは、MessageHandler を作成するためにこのメソッドを実装する必要があります。- 次で指定:
- クラス
AbstractMethodAnnotationPostProcessor<BridgeTo>のcreateHandler - パラメーター:
bean- Bean。method- メソッド。annotations- メソッドのメッセージングアノテーション(またはメタアノテーション階層)。- 戻り値:
- MessageHandler。