Class LinksetRestMessageConverter
java.lang.Object
org.dspace.app.rest.signposting.converter.LinksetRestMessageConverter
Converter for converting list of linkset nodes into application/linkset format.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringconvert(List<List<LinksetNode>> linksetNodes) Converts list of linkset nodes into string of application/linkset format.
-
Method Details
-
convert
Converts list of linkset nodes into string of application/linkset format.- Parameters:
linksetNodes- link of linkset nodes- Returns:
- string of application/linkset format.
-