interface HandlerMethodArgumentResolver
Strategy to resolve the argument value for a method parameter in the context of the current HTTP request. |
|
abstract class HandlerMethodArgumentResolverSupport : HandlerMethodArgumentResolver
Base class for HandlerMethodArgumentResolver implementations with access to a |
|
class RequestMappingInfo : RequestCondition<RequestMappingInfo>
Encapsulates the following request mapping conditions:
|
|
abstract class RequestMappingInfoHandlerMapping : AbstractHandlerMethodMapping<RequestMappingInfo>
Abstract base class for classes for which RequestMappingInfo defines the mapping between a request and a handler method. |
|
open class SyncInvocableHandlerMethod : HandlerMethod
Extension of HandlerMethod that invokes the underlying method via InvocableHandlerMethod but uses sync argument resolvers only and thus can return directly a HandlerResult with no async wrappers. |