File tree 1 file changed +2
-2
lines changed
src/main/java/org/springframework/data/web/config
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
* by Spring Data repositories as controller method arguments bound with
48
48
* {@link org.springframework.web.bind.annotation.PathVariable} or
49
49
* {@link org.springframework.web.bind.annotation.RequestParam}.</li>
50
- * <li>{@link PageableHandlerMethodArgumentResolver} - to allow injection of
50
+ * <li>{@link org.springframework.data.web. PageableHandlerMethodArgumentResolver} - to allow injection of
51
51
* {@link org.springframework.data.domain.Pageable} instances into controller methods automatically created from request
52
52
* parameters.</li>
53
53
* <li>{@link org.springframework.data.web.SortHandlerMethodArgumentResolver} - to allow injection of
57
57
* If Spring HATEOAS is present on the classpath we will register the following beans:
58
58
* <ul>
59
59
* <li>{@link org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver} - instead of
60
- * {@link PageableHandlerMethodArgumentResolver}</li>
60
+ * {@link org.springframework.data.web. PageableHandlerMethodArgumentResolver}</li>
61
61
* <li>{@link org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver} - instead of
62
62
* {@link org.springframework.data.web.SortHandlerMethodArgumentResolver}</li>
63
63
* <li>{@link org.springframework.data.web.PagedResourcesAssembler} - for injection into web components</li>
You can’t perform that action at this time.
0 commit comments