Uses of Class
org.dspace.app.rest.model.RootRest
-
Packages that use RootRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of RootRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return RootRest Modifier and Type Method Description RootRestRootConverter. convert() -
Uses of RootRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type RootRest Constructor Description RootResource(RootRest rootRest) -
Uses of RootRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return RootRest Modifier and Type Method Description RootRestRootRestRepository. getRoot()
-