Package org.dspace.app.rest
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 Summary
Constructors Constructor Description DiscoverableEndpointsService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.springframework.hateoas.Link>getDiscoverableEndpoints()voidregister(Object controller, List<org.springframework.hateoas.Link> links)voidunregister(Object controller)
-