Uses of Class
org.springframework.core.annotation.AnnotatedMethod
Packages that use AnnotatedMethod
Package
Description
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
Basic abstractions for working with message handler methods.
Common infrastructure for invoking message handler methods.
Common infrastructure for invoking message handler methods with non-blocking,
and reactive contracts.
Common infrastructure for handler method processing, as used by
Spring MVC's
org.springframework.web.servlet.mvc.method package.Generic support classes for handler method processing.
Infrastructure for handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.-
Uses of AnnotatedMethod in org.springframework.core.annotation
Constructors in org.springframework.core.annotation with parameters of type AnnotatedMethodModifierConstructorDescriptionprotectedAnnotatedMethod(AnnotatedMethod annotatedMethod) Copy constructor for use in subclasses. -
Uses of AnnotatedMethod in org.springframework.messaging.handler
Subclasses of AnnotatedMethod in org.springframework.messaging.handlerModifier and TypeClassDescriptionclass -
Uses of AnnotatedMethod in org.springframework.messaging.handler.invocation
Subclasses of AnnotatedMethod in org.springframework.messaging.handler.invocationModifier and TypeClassDescriptionclassExtension ofHandlerMethodthat invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver. -
Uses of AnnotatedMethod in org.springframework.messaging.handler.invocation.reactive
Subclasses of AnnotatedMethod in org.springframework.messaging.handler.invocation.reactiveModifier and TypeClassDescriptionclassExtension ofHandlerMethodthat invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver. -
Uses of AnnotatedMethod in org.springframework.web.method
Subclasses of AnnotatedMethod in org.springframework.web.methodModifier and TypeClassDescriptionclass -
Uses of AnnotatedMethod in org.springframework.web.method.support
Subclasses of AnnotatedMethod in org.springframework.web.method.supportModifier and TypeClassDescriptionclassExtension ofHandlerMethodthat invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver. -
Uses of AnnotatedMethod in org.springframework.web.reactive.result.method
Subclasses of AnnotatedMethod in org.springframework.web.reactive.result.methodModifier and TypeClassDescriptionclassExtension ofHandlerMethodthat invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver.classExtension ofHandlerMethodthat invokes the underlying method viaInvocableHandlerMethodbut uses sync argument resolvers only and thus can return directly aHandlerResultwith no async wrappers. -
Uses of AnnotatedMethod in org.springframework.web.servlet.mvc.method.annotation
Subclasses of AnnotatedMethod in org.springframework.web.servlet.mvc.method.annotationModifier and TypeClassDescriptionclassExtendsInvocableHandlerMethodwith the ability to handle return values through a registeredHandlerMethodReturnValueHandlerand also supports setting the response status based on a method-level@ResponseStatusannotation.