Class AggregationCriteriaHandler

java.lang.Object
foundation.jpa.querydsl.spring.AggregationCriteriaHandler
All Implemented Interfaces:
org.springframework.web.method.support.HandlerMethodArgumentResolver

public class AggregationCriteriaHandler extends Object implements org.springframework.web.method.support.HandlerMethodArgumentResolver
  • Constructor Summary

    Constructors
    Constructor
    Description
    AggregationCriteriaHandler(int defaultPageSize, int defaultPage)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    AggregateCriteria<? extends com.querydsl.core.types.EntityPath<?>>
    resolveArgument(org.springframework.core.MethodParameter methodParameter, org.springframework.web.method.support.ModelAndViewContainer modelAndViewContainer, org.springframework.web.context.request.NativeWebRequest nativeWebRequest, org.springframework.web.bind.support.WebDataBinderFactory webDataBinderFactory)
     
    boolean
    supportsParameter(org.springframework.core.MethodParameter methodParameter)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AggregationCriteriaHandler

      public AggregationCriteriaHandler(int defaultPageSize, int defaultPage)
  • Method Details

    • supportsParameter

      public boolean supportsParameter(org.springframework.core.MethodParameter methodParameter)
      Specified by:
      supportsParameter in interface org.springframework.web.method.support.HandlerMethodArgumentResolver
    • resolveArgument

      public AggregateCriteria<? extends com.querydsl.core.types.EntityPath<?>> resolveArgument(org.springframework.core.MethodParameter methodParameter, org.springframework.web.method.support.ModelAndViewContainer modelAndViewContainer, org.springframework.web.context.request.NativeWebRequest nativeWebRequest, org.springframework.web.bind.support.WebDataBinderFactory webDataBinderFactory) throws Exception
      Specified by:
      resolveArgument in interface org.springframework.web.method.support.HandlerMethodArgumentResolver
      Throws:
      Exception