See: Description
Interface | Description |
---|---|
HandlerMethodArgumentResolver | |
RequestMappingInfo.Builder |
Defines a builder for creating a RequestMappingInfo.
|
Class | Description |
---|---|
AbstractHandlerMethodMapping<T> |
Abstract base class for
HandlerMapping implementations that define
a mapping between a request and a HandlerMethod . |
InvocableHandlerMethod |
Extension of HandlerMethod that can invoke the target method after resolving
its method arguments.
|
RequestMappingInfo |
Encapsulates the following request mapping conditions:
PatternsRequestCondition
RequestMethodsRequestCondition
ParamsRequestCondition
HeadersRequestCondition
ConsumesRequestCondition
ProducesRequestCondition
RequestCondition (optional, custom request condition)
|
RequestMappingInfo.BuilderConfiguration |
Container for configuration options used for request mapping purposes.
|
RequestMappingInfoHandlerMapping |
Abstract base class for classes for which
RequestMappingInfo defines
the mapping between a request and a handler method. |