Class OgJsonGenerator
- java.lang.Object
-
- org.geneontology.obographs.core.io.OgJsonGenerator
-
public class OgJsonGenerator extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringrender(Object obj)static voidwrite(File file, Object obj)static voidwrite(OutputStream outputStream, Object obj)static voidwrite(Writer writer, Object obj)
-
-
-
Method Detail
-
render
public static String render(Object obj) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
write
public static void write(OutputStream outputStream, Object obj) throws IOException
- Throws:
IOException
-
write
public static void write(Writer writer, Object obj) throws IOException
- Throws:
IOException
-
write
public static void write(File file, Object obj) throws IOException
- Throws:
IOException
-
-