Uses of Package
org.springframework.data.web
Package
Description
Integration with Spring MVC.
Spring Data web configuration.
-
ClassDescriptionExtension of
PageableHandlerMethodArgumentResolver
that also supports enhancing URIs using Spring HATEOAS support.Extension ofSortHandlerMethodArgumentResolver
that also supports enhancing URIs using Spring HATEOAS support.Argument resolver to extract aOffsetScrollPosition
object from aNativeWebRequest
for a particularMethodParameter
.Base class providing methods for handler method argument resolvers to createOffsetScrollPosition
instances from request parameters.Argument resolver to extract aPageable
object from aNativeWebRequest
for a particularMethodParameter
.Extracts paging information from web requests and thus allows injectingPageable
instances into controller methods.Base class providing methods for handler method argument resolvers to create paging information from web requests and thus allows injectingPageable
instances into controller methods.ReactiveHandlerMethodArgumentResolver
to createSort
instances from query string parameters orSortDefault
annotations.Argument resolver to extract aSort
object from aNativeWebRequest
for a particularMethodParameter
.HandlerMethodArgumentResolver
to automatically createSort
instances from request parameters orSortDefault
annotations.Base class providing methods for handler method argument resolvers to createSort
instances from request parameters orSortDefault
annotations. -
ClassDescriptionExtension of
PageableHandlerMethodArgumentResolver
that also supports enhancing URIs using Spring HATEOAS support.Extension ofSortHandlerMethodArgumentResolver
that also supports enhancing URIs using Spring HATEOAS support.HandlerMethodArgumentResolver
to automatically createOffsetScrollPosition
instances from request parameters.Extracts paging information from web requests and thus allows injectingPageable
instances into controller methods.HandlerMethodArgumentResolver
to allow injection ofPagedResourcesAssembler
into Spring MVC controller methods.HandlerMethodArgumentResolver
to allow injection ofSlicedResourcesAssembler
into Spring MVC controller methods.HandlerMethodArgumentResolver
to automatically createSort
instances from request parameters orSortDefault
annotations.