public class JsonWriter extends Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Writer |
writer |
Modifier and Type | Method and Description |
---|---|
void |
writeArrayClose() |
void |
writeArrayOpen() |
void |
writeArraySeparator() |
void |
writeJsonString(String string) |
void |
writeLiteral(String value) |
void |
writeMemberName(String name) |
void |
writeMemberSeparator() |
void |
writeNumber(String string) |
void |
writeObjectClose() |
void |
writeObjectOpen() |
void |
writeObjectSeparator() |
void |
writeString(String string) |
public static final EPTypeClass EPTYPE
public final Writer writer
public void writeLiteral(String value) throws IOException
IOException
public void writeNumber(String string) throws IOException
IOException
public void writeString(String string) throws IOException
IOException
public void writeArrayOpen() throws IOException
IOException
public void writeArrayClose() throws IOException
IOException
public void writeArraySeparator() throws IOException
IOException
public void writeObjectOpen() throws IOException
IOException
public void writeObjectClose() throws IOException
IOException
public void writeMemberName(String name) throws IOException
IOException
public void writeMemberSeparator() throws IOException
IOException
public void writeObjectSeparator() throws IOException
IOException
public void writeJsonString(String string) throws IOException
IOException
Copyright © 2005–2021. All rights reserved.