Uses of Interface
org.springframework.integration.config.annotation.MethodAnnotationPostProcessor
Packages that use MethodAnnotationPostProcessor
-
Uses of MethodAnnotationPostProcessor in org.springframework.integration.config
Classes in org.springframework.integration.config that implement MethodAnnotationPostProcessorModifier 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
.Methods in org.springframework.integration.config that return types with arguments of type MethodAnnotationPostProcessorModifier and TypeMethodDescriptionprotected Map<Class<? extends Annotation>,
MethodAnnotationPostProcessor<?>> MessagingAnnotationPostProcessor.getPostProcessors()
protected Map<Class<? extends Annotation>,
MethodAnnotationPostProcessor<?>> MessagingAnnotationPostProcessor.setupCustomPostProcessors()
Methods in org.springframework.integration.config with parameters of type MethodAnnotationPostProcessorModifier and TypeMethodDescription<A extends Annotation>
voidMessagingAnnotationPostProcessor.addMessagingAnnotationPostProcessor
(Class<A> annotation, MethodAnnotationPostProcessor<A> postProcessor) Constructor parameters in org.springframework.integration.config with type arguments of type MethodAnnotationPostProcessorModifierConstructorDescriptionMessagingAnnotationBeanPostProcessor
(Map<Class<? extends Annotation>, MethodAnnotationPostProcessor<?>> postProcessors)