File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/springframework/data/web/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747 * by Spring Data repositories as controller method arguments bound with
4848 * {@link org.springframework.web.bind.annotation.PathVariable} or
4949 * {@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
5151 * {@link org.springframework.data.domain.Pageable} instances into controller methods automatically created from request
5252 * parameters.</li>
5353 * <li>{@link org.springframework.data.web.SortHandlerMethodArgumentResolver} - to allow injection of
5757 * If Spring HATEOAS is present on the classpath we will register the following beans:
5858 * <ul>
5959 * <li>{@link org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver} - instead of
60- * {@link PageableHandlerMethodArgumentResolver}</li>
60+ * {@link org.springframework.data.web. PageableHandlerMethodArgumentResolver}</li>
6161 * <li>{@link org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver} - instead of
6262 * {@link org.springframework.data.web.SortHandlerMethodArgumentResolver}</li>
6363 * <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