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

    Modifier and Type
    Method
    Description
    org.springframework.data.web.PageableHandlerMethodArgumentResolver
     

    Methods inherited from class org.springframework.data.web.config.SpringDataWebConfiguration

    addArgumentResolvers, addFormatters, customizeOffsetResolver, customizePageableResolver, customizeSortResolver, extendMessageConverters, offsetResolver, 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
  • 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:
      pageableResolver in class org.springframework.data.web.config.SpringDataWebConfiguration