Package org.apache.karaf.util.json
Class JsonWriter
- java.lang.Object
-
- org.apache.karaf.util.json.JsonWriter
-
public final class JsonWriter extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwrite(OutputStream stream, Object value)static voidwrite(OutputStream stream, Object value, boolean format)static voidwrite(Writer writer, Object value)static voidwrite(Writer writer, Object value, boolean format)
-
-
-
Method Detail
-
write
public static void write(OutputStream stream, Object value) throws IOException
- Throws:
IOException
-
write
public static void write(OutputStream stream, Object value, boolean format) throws IOException
- Throws:
IOException
-
write
public static void write(Writer writer, Object value) throws IOException
- Throws:
IOException
-
write
public static void write(Writer writer, Object value, boolean format) throws IOException
- Throws:
IOException
-
-