Class RepositoryLinksResource
java.lang.Object
org.springframework.hateoas.RepresentationModel<RepositoryLinksResource>
org.springframework.data.rest.webmvc.RepositoryLinksResource
public class RepositoryLinksResource
extends org.springframework.hateoas.RepresentationModel<RepositoryLinksResource>
Dedicated resource type to represent the links pointing to collection resources exposed for repositories.
- Author:
- Jon Brisbin, Oliver Gierke
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Constructor Details
-
RepositoryLinksResource
public RepositoryLinksResource()
-