Uses of Class
org.springframework.data.rest.webmvc.RepositoryLinksResource
Packages that use RepositoryLinksResource
-
Uses of RepositoryLinksResource in org.springframework.data.rest.webmvc
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.