Class LinksetRestMessageConverter


  • public class LinksetRestMessageConverter
    extends Object
    Converter for converting list of linkset nodes into 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.