Class | 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<T> | |
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. |
Annotation Type | Description |
---|---|
PageableDefault |
Annotation to set defaults when injecting a
Pageable into a controller
method. |
SortDefault | |
SortDefault.SortDefaults |
Wrapper annotation to allow declaring multiple
SortDefault annotations on a method parameter. |
Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.