Package org.springframework.integration.config.annotation
package org.springframework.integration.config.annotation
Provides classes supporting annotation-based configuration.
-
ClassDescriptionAbstractMethodAnnotationPostProcessor<T extends Annotation>Base class for Method-level annotation post-processors.Post-processor for the
@Aggregator
annotation.AnAnnotationMetadata
implementation to expose a metadata by the providedMap
of attributes.Post-processor for the@BridgeFrom
annotation.Post-processor for the@BridgeTo
annotation.Post-processor for Methods annotated with@Filter
.Post-processor for Methods annotated with@InboundChannelAdapter
.ABeanPostProcessor
implementation that processes method-level messaging annotations such as @Transformer, @Splitter, @Router, and @Filter.MethodAnnotationPostProcessor<T extends Annotation>Strategy interface for post-processing annotated methods.Post-processor for Methods annotated with@Router
.Post-processor for Methods annotated with@ServiceActivator
.Post-processor for Methods annotated with@Splitter
.Post-processor for Methods annotated with a@Transformer
.