Package javax.json
Interface JsonWriter
- All Superinterfaces:
AutoCloseable,Closeable
Write a JsonObject, JsonArray JsonStructure or more generic
a JsonValue to the output.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidwrite(JsonStructure value) default voidvoidwriteArray(JsonArray array) voidwriteObject(JsonObject object)
-
Method Details
-
writeArray
-
writeObject
-
write
-
write
-
close
void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-