Uses of Class
org.dspace.app.rest.model.hateoas.RootResource
-
Packages that use RootResource Package Description org.dspace.app.rest org.dspace.app.rest.link -
-
Uses of RootResource in org.dspace.app.rest
Methods in org.dspace.app.rest that return RootResource Modifier and Type Method Description RootResourceRootRestResourceController. listDefinedEndpoint(javax.servlet.http.HttpServletRequest request) -
Uses of RootResource in org.dspace.app.rest.link
Methods in org.dspace.app.rest.link that return types with arguments of type RootResource Modifier and Type Method Description protected Class<RootResource>RootHalLinkFactory. getResourceClass()Methods in org.dspace.app.rest.link with parameters of type RootResource Modifier and Type Method Description protected voidRootHalLinkFactory. addLinks(RootResource halResource, org.springframework.data.domain.Pageable page, LinkedList<org.springframework.hateoas.Link> list)
-