public interface GeneratorAdapter
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
writeEndArray() |
void |
writeEndObject() |
void |
writeFieldName(String name) |
void |
writeObject(Object instance) |
void |
writeObjectField(String name,
Object result) |
void |
writeStartArray() |
void |
writeStartObject() |
void writeStartArray()
throws IOException
IOExceptionvoid writeEndArray()
throws IOException
IOExceptionvoid writeObject(Object instance) throws IOException
IOExceptionvoid writeStartObject()
throws IOException
IOExceptionvoid writeEndObject()
throws IOException
IOExceptionvoid writeObjectField(String name, Object result) throws IOException
IOExceptionvoid writeFieldName(String name) throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.