Package sonia.scm.web.api
Interface RepositoryToHalMapper
public interface RepositoryToHalMapper
Maps a repository to a hal representation.
This is especially useful if a plugin would deliver a repository to the frontend.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionde.otto.edison.hal.HalRepresentation
map
(Repository repository) Returns the hal representation of the repository.
-
Method Details
-
map
Returns the hal representation of the repository.- Parameters:
repository
- repository to map- Returns:
- hal representation
-