See: Description
Interface | Description |
---|---|
MethodAnnotationPostProcessor<T extends Annotation> |
Strategy interface for post-processing annotated methods.
|
Class | Description |
---|---|
AbstractMethodAnnotationPostProcessor<T extends Annotation> |
Base class for Method-level annotation post-processors.
|
AggregatorAnnotationPostProcessor |
Post-processor for the
@Aggregator annotation. |
BridgeFromAnnotationPostProcessor |
Post-processor for the
@BridgeFrom annotation. |
BridgeToAnnotationPostProcessor |
Post-processor for the
@BridgeTo annotation. |
FilterAnnotationPostProcessor |
Post-processor for Methods annotated with
@Filter . |
InboundChannelAdapterAnnotationPostProcessor |
Post-processor for Methods annotated with
@InboundChannelAdapter . |
MessagingAnnotationPostProcessor |
A
BeanPostProcessor implementation that processes method-level
messaging annotations such as @Transformer, @Splitter, @Router, and @Filter. |
RouterAnnotationPostProcessor |
Post-processor for Methods annotated with
@Router . |
ServiceActivatorAnnotationPostProcessor |
Post-processor for Methods annotated with
@ServiceActivator . |
SplitterAnnotationPostProcessor |
Post-processor for Methods annotated with
@Splitter . |
TransformerAnnotationPostProcessor |
Post-processor for Methods annotated with
@Transformer . |