Package nl.paston.apollon.model.util
Class StringArrayUtil
- java.lang.Object
-
- nl.paston.apollon.model.util.StringArrayUtil
-
public class StringArrayUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>convert(String input)static Stringconvert(List<String> input)
-
-
-
Method Detail
-
convert
public static String convert(List<String> input) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
convert
public static List<String> convert(String input) throws IOException
- Throws:
IOException
-
-