Java org.springframework.data.web HateoasPageableHandlerMethodArgumentResolver fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.web HateoasPageableHandlerMethodArgumentResolver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.web HateoasPageableHandlerMethodArgumentResolver.

The text is from its open source code.

Method

voidenhance(UriComponentsBuilder builder, @Nullable MethodParameter parameter, Object value)
voidsetFallbackPageable(Pageable fallbackPageable)
Configures the Pageable to be used as fallback in case no PageableDefault or PageableDefault (the latter only supported in legacy mode) can be found at the method parameter to be resolved.
voidsetMaxPageSize(int maxPageSize)
Configures the maximum page size to be accepted.
voidsetPageParameterName(String pageParameterName)
Configures the parameter name to be used to find the page number in the request.
voidsetSizeParameterName(String sizeParameterName)
Configures the parameter name to be used to find the page size in the request.