org.springframework.data.web
Class HateoasSortHandlerMethodArgumentResolver
java.lang.Object
org.springframework.data.web.SortHandlerMethodArgumentResolver
org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver
- All Implemented Interfaces:
- org.springframework.hateoas.mvc.UriComponentsContributor, HandlerMethodArgumentResolver
public class HateoasSortHandlerMethodArgumentResolver
- extends SortHandlerMethodArgumentResolver
- implements org.springframework.hateoas.mvc.UriComponentsContributor
Extension of SortHandlerMethodArgumentResolver that also supports enhancing URIs using Spring HATEOAS
support.
- Since:
- 1.6
- Author:
- Oliver Gierke, Thomas Darimont, Nick Williams
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.hateoas.mvc.UriComponentsContributor |
supportsParameter |
HateoasSortHandlerMethodArgumentResolver
public HateoasSortHandlerMethodArgumentResolver()
enhance
public void enhance(UriComponentsBuilder builder,
MethodParameter parameter,
Object value)
- Specified by:
enhance in interface org.springframework.hateoas.mvc.UriComponentsContributor
Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.