Uses of Class
org.springframework.data.rest.webmvc.RepositoryLinksResource
Packages that use RepositoryLinksResource
-
Uses of RepositoryLinksResource in org.springframework.data.rest.webmvc
Subclasses with type arguments of type RepositoryLinksResource in org.springframework.data.rest.webmvcModifier and TypeClassDescriptionclassDedicated resource type to represent the links pointing to collection resources exposed for repositories.Classes in org.springframework.data.rest.webmvc that implement interfaces with type arguments of type RepositoryLinksResourceModifier and TypeClassDescriptionclassRepresentationModelProcessorto add aprofilelink to the root resource to point to multiple forms of metadata.Methods in org.springframework.data.rest.webmvc that return RepositoryLinksResourceModifier and TypeMethodDescriptionProfileResourceProcessor.process(RepositoryLinksResource resource) Add a link to theProfileController's base URI to the app's root URI.Methods in org.springframework.data.rest.webmvc that return types with arguments of type RepositoryLinksResourceModifier and TypeMethodDescriptionRepositoryController.listRepositories()Lists all repositories exported by creating a link list pointing to resources exposing the repositories.Methods in org.springframework.data.rest.webmvc with parameters of type RepositoryLinksResourceModifier and TypeMethodDescriptionProfileResourceProcessor.process(RepositoryLinksResource resource) Add a link to theProfileController's base URI to the app's root URI.