インターフェースの使用
org.springframework.integration.config.annotation.MethodAnnotationPostProcessor
MethodAnnotationPostProcessor を使用するパッケージ
org.springframework.integration.config 内の MethodAnnotationPostProcessor 使用
修飾子と型クラス説明classメソッドレベルのアノテーションポストプロセッサーの基本クラス。class@Aggregatorアノテーションのポストプロセッサー。class@BridgeFromアノテーションのポストプロセッサー。class@BridgeToアノテーションのポストプロセッサー。class@Filterアノテーションが付けられたメソッドのポストプロセッサー。class@InboundChannelAdapterアノテーションが付けられたメソッドのポストプロセッサー。class@Routerアノテーションが付けられたメソッドのポストプロセッサー。class@ServiceActivatorアノテーションが付けられたメソッドのポストプロセッサー。class@Splitterアノテーションが付けられたメソッドのポストプロセッサー。class@Transformerアノテーションが付けられたメソッドのポストプロセッサー。型 MethodAnnotationPostProcessor の引数を持つ型を返す org.springframework.integration.config のメソッド修飾子と型メソッド説明protected MapSE<ClassSE<? extends AnnotationSE>,MethodAnnotationPostProcessor<?>> MessagingAnnotationPostProcessor.getPostProcessors()protected MapSE<ClassSE<? extends AnnotationSE>,MethodAnnotationPostProcessor<?>> MessagingAnnotationPostProcessor.setupCustomPostProcessors()型 MethodAnnotationPostProcessor のパラメーターを持つ org.springframework.integration.config のメソッド修飾子と型メソッド説明<A extends AnnotationSE>
voidMessagingAnnotationPostProcessor.addMessagingAnnotationPostProcessor(ClassSE<A> annotation, MethodAnnotationPostProcessor<A> postProcessor) 型の型引数を持つ org.springframework.integration.config のコンストラクターパラメーター MethodAnnotationPostProcessor修飾子コンストラクター説明MessagingAnnotationBeanPostProcessor(MapSE<ClassSE<? extends AnnotationSE>, MethodAnnotationPostProcessor<?>> postProcessors)