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
Constructors Constructor Description PaginationConfiguration(org.springframework.context.ApplicationContext context, org.springframework.beans.factory.ObjectFactory<org.springframework.core.convert.ConversionService> conversionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.data.web.PageableHandlerMethodArgumentResolverpageableResolver()-
Methods inherited from class org.springframework.data.web.config.SpringDataWebConfiguration
addArgumentResolvers, addFormatters, customizePageableResolver, customizeSortResolver, extendMessageConverters, setBeanClassLoader, sortResolver
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods 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
-
-