-
Notifications
You must be signed in to change notification settings - Fork 697
Closed
Labels
in: webIntegration with Spring MVCIntegration with Spring MVCtype: enhancementA general enhancementA general enhancement
Milestone
Description
Oliver Drotbohm opened DATACMNS-418 and commented
The PagedResourcesAssembler
currently does not add a self link to the resource. With the LinkTemplate
abstraction recently introduced in Spring HATEOAS we could create a templated link that hints to the existence of the pagination parameters.
Also, PagedResourcesAssembler
currently ignores any qualifiers on controller methods, even if it is injected into the controller method directly. The corresponding HandlerMethodArgumentResolver
instance could actually create a dedicated PagedResourceAssembler
instance that is aware of the Pageable
method parameter it adheres to and thus correctly qualify the parameters if necessary
No further details from DATACMNS-418
Metadata
Metadata
Assignees
Labels
in: webIntegration with Spring MVCIntegration with Spring MVCtype: enhancementA general enhancementA general enhancement