| Package | Description |
|---|---|
| org.springframework.data.web |
Integration with Spring MVC.
|
| org.springframework.data.web.config |
Spring Data web configuration.
|
| Class and Description |
|---|
| HateoasPageableHandlerMethodArgumentResolver
Extension of
PageableHandlerMethodArgumentResolver that also supports enhancing URIs using Spring HATEOAS
support. |
| HateoasSortHandlerMethodArgumentResolver
Extension of
SortHandlerMethodArgumentResolver that also supports enhancing URIs using Spring HATEOAS
support. |
| PageableArgumentResolver
Argument resolver to extract a
Pageable object from a NativeWebRequest for a particular
MethodParameter. |
| PageableHandlerMethodArgumentResolver
Extracts paging information from web requests and thus allows injecting
Pageable instances into controller
methods. |
| PageableHandlerMethodArgumentResolverSupport
Base class providing methods for handler method argument resolvers to create paging information from web requests and
thus allows injecting
Pageable instances into controller methods. |
| ReactiveSortHandlerMethodArgumentResolver
Reactive
HandlerMethodArgumentResolver to create Sort instances from query string parameters or
SortDefault annotations. |
| SortArgumentResolver
Argument resolver to extract a
Sort object from a NativeWebRequest for a particular
MethodParameter. |
SortHandlerMethodArgumentResolver
HandlerMethodArgumentResolver to automatically create Sort instances from request parameters or
SortDefault annotations. |
| SortHandlerMethodArgumentResolverSupport
Base class providing methods for handler method argument resolvers to create
Sort instances from request
parameters or SortDefault annotations. |
| Class and Description |
|---|
| HateoasPageableHandlerMethodArgumentResolver
Extension of
PageableHandlerMethodArgumentResolver that also supports enhancing URIs using Spring HATEOAS
support. |
| HateoasSortHandlerMethodArgumentResolver
Extension of
SortHandlerMethodArgumentResolver that also supports enhancing URIs using Spring HATEOAS
support. |
| PageableHandlerMethodArgumentResolver
Extracts paging information from web requests and thus allows injecting
Pageable instances into controller
methods. |
| PagedResourcesAssembler |
PagedResourcesAssemblerArgumentResolver
HandlerMethodArgumentResolver to allow injection of PagedResourcesAssembler into Spring MVC
controller methods. |
SortHandlerMethodArgumentResolver
HandlerMethodArgumentResolver to automatically create Sort instances from request parameters or
SortDefault annotations. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.