Skip to content

ResourceSupport might benefit from having a method that returns a list of links that have the same rel. #318

@vivin

Description

@vivin

Currently there is a method called getLink(String rel) that returns a link with the given rel. However, it is possible to have multiple links that share the same rel. Therefore, I think it might be beneficial to have a method like so:

public List<Link> getLinks(String rel);

Which will return a list of links that have the given rel.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions