Class DiscoverableEndpointsService

java.lang.Object
org.dspace.app.rest.DiscoverableEndpointsService

@Service public class DiscoverableEndpointsService extends Object
A Service able to list all the discoverable endpoints in our REST application. Endpoints need to register their managed endpoints. The service is responsible to check conflict and priorities
Author:
Andrea Bollini (andrea.bollini at 4science.it), Tim Donohue
  • Constructor Details

    • DiscoverableEndpointsService

      public DiscoverableEndpointsService()
  • Method Details

    • register

      public void register(Object controller, List<org.springframework.hateoas.Link> links)
    • unregister

      public void unregister(Object controller)
    • getDiscoverableEndpoints

      public List<org.springframework.hateoas.Link> getDiscoverableEndpoints()