Uses of Class
org.dspace.app.rest.model.SearchSupportRest
-
Packages that use SearchSupportRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of SearchSupportRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SearchSupportRest Modifier and Type Method Description SearchSupportRestDiscoverSearchSupportConverter. convert() -
Uses of SearchSupportRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type SearchSupportRest Constructor Description SearchSupportResource(SearchSupportRest searchSupportRest) -
Uses of SearchSupportRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SearchSupportRest Modifier and Type Method Description SearchSupportRestDiscoveryRestRepository. getSearchSupport()
-