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 Type
    Method
    Description
    de.otto.edison.hal.HalRepresentation
    map(Repository repository)
    Returns the hal representation of the repository.
  • Method Details

    • map

      de.otto.edison.hal.HalRepresentation map(Repository repository)
      Returns the hal representation of the repository.
      Parameters:
      repository - repository to map
      Returns:
      hal representation