Uses of Class
org.springframework.data.web.PageableHandlerMethodArgumentResolverSupport
Packages that use PageableHandlerMethodArgumentResolverSupport
-
Uses of PageableHandlerMethodArgumentResolverSupport in org.springframework.data.web
Subclasses of PageableHandlerMethodArgumentResolverSupport in org.springframework.data.webModifier and TypeClassDescriptionclass
Extension ofPageableHandlerMethodArgumentResolver
that also supports enhancing URIs using Spring HATEOAS support.class
Extracts paging information from web requests and thus allows injectingPageable
instances into controller methods.class
Extracts paging information from web requests and thus allows injectingPageable
instances into WebFlux controller methods.