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 Details

    • 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.