Package io.avaje.json.stream
Interface BufferedJsonWriter
- All Superinterfaces:
AutoCloseable
,Closeable
,Flushable
,JsonWriter
Provides a JsonWriter optimised for returning json as string content.
-
Method Summary
Methods inherited from interface io.avaje.json.JsonWriter
allNames, beginArray, beginObject, beginObject, close, emptyArray, endArray, endObject, flush, jsonValue, markIncomplete, name, name, nullValue, path, pretty, rawValue, serializeEmpty, serializeEmpty, serializeNulls, serializeNulls, unwrap, value, value, value, value, value, value, value, value, value, value, value, value, writeNewLine
-
Method Details
-
result
Return result as json string content.
-