Package cronapi.rest
Class PaginationConfiguration
java.lang.Object
org.springframework.data.web.config.SpringDataWebConfiguration
cronapi.rest.PaginationConfiguration
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.web.servlet.config.annotation.WebMvcConfigurer
@Configuration
@EnableConfigurationProperties
public class PaginationConfiguration
extends org.springframework.data.web.config.SpringDataWebConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionPaginationConfiguration(org.springframework.context.ApplicationContext context, org.springframework.beans.factory.ObjectFactory<org.springframework.core.convert.ConversionService> conversionService) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.web.PageableHandlerMethodArgumentResolverMethods inherited from class org.springframework.data.web.config.SpringDataWebConfiguration
addArgumentResolvers, addFormatters, customizeOffsetResolver, customizePageableResolver, customizeSortResolver, extendMessageConverters, offsetResolver, setBeanClassLoader, sortResolverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
addCorsMappings, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, getMessageCodesResolver, getValidator
-
Constructor Details
-
PaginationConfiguration
public PaginationConfiguration(org.springframework.context.ApplicationContext context, org.springframework.beans.factory.ObjectFactory<org.springframework.core.convert.ConversionService> conversionService)
-
-
Method Details
-
pageableResolver
@Bean public org.springframework.data.web.PageableHandlerMethodArgumentResolver pageableResolver()- Overrides:
pageableResolverin classorg.springframework.data.web.config.SpringDataWebConfiguration
-