public class JsonValueWriter extends Writer
Modifier and Type | Field and Description |
---|---|
private javax.json.JsonValue |
result |
Constructor and Description |
---|
JsonValueWriter() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
javax.json.JsonArray |
getArray() |
javax.json.JsonObject |
getObject() |
javax.json.JsonValue |
getResult() |
void |
setResult(javax.json.JsonValue result) |
void |
write(char[] cbuf,
int off,
int len) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.