Package cronapi.rest

Class 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.PageableHandlerMethodArgumentResolver pageableResolver()  
      • Methods inherited from class org.springframework.data.web.config.SpringDataWebConfiguration

        addArgumentResolvers, addFormatters, customizePageableResolver, customizeSortResolver, extendMessageConverters, setBeanClassLoader, sortResolver
      • 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
    • Constructor Detail

      • PaginationConfiguration

        public PaginationConfiguration​(org.springframework.context.ApplicationContext context,
                                       org.springframework.beans.factory.ObjectFactory<org.springframework.core.convert.ConversionService> conversionService)
    • Method Detail

      • pageableResolver

        @Bean
        public org.springframework.data.web.PageableHandlerMethodArgumentResolver pageableResolver()
        Overrides:
        pageableResolver in class org.springframework.data.web.config.SpringDataWebConfiguration