Class LinksetRestMessageConverter
- java.lang.Object
-
- org.dspace.app.rest.signposting.converter.LinksetRestMessageConverter
-
public class LinksetRestMessageConverter extends Object
Converter for converting list of linkset nodes into application/linkset format.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringconvert(List<List<LinksetNode>> linksetNodes)Converts list of linkset nodes into string of application/linkset format.
-
-
-
Method Detail
-
convert
public static String convert(List<List<LinksetNode>> linksetNodes)
Converts list of linkset nodes into string of application/linkset format.- Parameters:
linksetNodes- link of linkset nodes- Returns:
- string of application/linkset format.
-
-