Uses of Interface
org.springframework.integration.config.annotation.MethodAnnotationPostProcessor
-
Uses of MethodAnnotationPostProcessor in org.springframework.integration.config
Modifier and TypeClassDescriptionclass
AbstractMethodAnnotationPostProcessor<T extends Annotation>
Base class for Method-level annotation post-processors.class
Post-processor for the@Aggregator
annotation.class
Post-processor for the@BridgeFrom
annotation.class
Post-processor for the@BridgeTo
annotation.class
Post-processor for Methods annotated with@Filter
.class
Post-processor for Methods annotated with@InboundChannelAdapter
.class
Post-processor for Methods annotated with@Router
.class
Post-processor for Methods annotated with@ServiceActivator
.class
Post-processor for Methods annotated with@Splitter
.class
Post-processor for Methods annotated with a@Transformer
.Modifier and TypeMethodDescriptionprotected Map<Class<? extends Annotation>,
MethodAnnotationPostProcessor<?>> MessagingAnnotationPostProcessor.getPostProcessors()
protected Map<Class<? extends Annotation>,
MethodAnnotationPostProcessor<?>> MessagingAnnotationPostProcessor.setupCustomPostProcessors()
Modifier and TypeMethodDescription<A extends Annotation>
voidMessagingAnnotationPostProcessor.addMessagingAnnotationPostProcessor
(Class<A> annotation, MethodAnnotationPostProcessor<A> postProcessor)