Flushablepublic class ArrayComposer<PARENT extends ComposerBase> extends SequenceComposer<ArrayComposer<PARENT>>
| Modifier and Type | Field | Description |
|---|---|---|
protected PARENT |
_parent |
_child, _open_generator| Constructor | Description |
|---|---|
ArrayComposer(PARENT parent,
com.fasterxml.jackson.core.JsonGenerator g) |
| Modifier and Type | Method | Description |
|---|---|---|
protected Object |
_finish() |
|
protected ArrayComposer<PARENT> |
_start() |
|
PARENT |
end() |
_childClosed, _illegalCall, _safeFinish, _startArray, _startCollection, _startMap, _startObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_closeChild, _this, add, add, add, add, add, add, addNull, addObject, flush, startArray, startObjectprotected final PARENT extends ComposerBase _parent
public ArrayComposer(PARENT parent, com.fasterxml.jackson.core.JsonGenerator g)
protected ArrayComposer<PARENT> _start() throws IOException, com.fasterxml.jackson.core.JsonProcessingException
_start in class ComposerBaseIOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionprotected Object _finish() throws IOException, com.fasterxml.jackson.core.JsonProcessingException
_finish in class ComposerBaseIOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionpublic PARENT end() throws IOException, com.fasterxml.jackson.core.JsonProcessingException
IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2018. All rights reserved.