Examples of HateoasSortHandlerMethodArgumentResolver


Examples of org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver

   * @see org.springframework.data.web.config.SpringDataWebConfiguration#sortResolver()
   */
  @Bean
  @Override
  public HateoasSortHandlerMethodArgumentResolver sortResolver() {
    return new HateoasSortHandlerMethodArgumentResolver();
  }
View Full Code Here

Examples of org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver

   */
  @Bean
  @Override
  public HateoasSortHandlerMethodArgumentResolver sortResolver() {

    HateoasSortHandlerMethodArgumentResolver resolver = super.sortResolver();
    resolver.setSortParameter(config().getSortParamName());

    return resolver;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.