クラス AggregatorAnnotationPostProcessor
java.lang.ObjectSE
org.springframework.integration.config.AbstractMethodAnnotationPostProcessor<Aggregator>
org.springframework.integration.config.AggregatorAnnotationPostProcessor
- 実装済みのインターフェース一覧:
Aware、BeanFactoryAware、MethodAnnotationPostProcessor<Aggregator>
public class AggregatorAnnotationPostProcessor
extends AbstractMethodAnnotationPostProcessor<Aggregator>
@Aggregator アノテーションのポストプロセッサー。- 作成者:
- Mark Fisher, Oleg Zhurakousky, Gary Russell, 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コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明booleanprotected MessageHandlercreateHandler(ObjectSE bean, MethodSE method, ListSE<AnnotationSE> annotations) サブクラスは、MessageHandler を作成するためにこのメソッドを実装する必要があります。クラス org.springframework.integration.config.AbstractMethodAnnotationPostProcessor から継承されたメソッド
buildLambdaMessageProcessor, checkMessageHandlerAttributes, configurePollingEndpoint, createEndpoint, createEndpointBeanDefinition, doCreateEndpoint, extractAdviceChain, generateHandlerBeanName, generateHandlerBeanName, generateHandlerBeanName, getBeanFactory, getChannelResolver, getConversionService, getDefinitionRegistry, postProcess, processBeanDefinition, resolveAttributeToBoolean, resolveHandlerBeanDefinition, setBeanFactory, setOutputChannelIfPresentクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.integration.config.annotation.MethodAnnotationPostProcessor から継承されたメソッド
getInputChannelAttribute, shouldCreateEndpoint, shouldCreateEndpoint, supportsPojoMethod
コンストラクターの詳細
AggregatorAnnotationPostProcessor
public AggregatorAnnotationPostProcessor()
メソッドの詳細
createHandler
protected MessageHandler createHandler(ObjectSE bean, MethodSE method, ListSE<AnnotationSE> annotations) クラスからコピーされた説明:AbstractMethodAnnotationPostProcessorサブクラスは、MessageHandler を作成するためにこのメソッドを実装する必要があります。- 次で指定:
- クラス
AbstractMethodAnnotationPostProcessor<Aggregator>のcreateHandler - パラメーター:
bean- Bean。method- メソッド。annotations- メソッドのメッセージングアノテーション(またはメタアノテーション階層)。- 戻り値:
- MessageHandler。
beanAnnotationAware
public boolean beanAnnotationAware()