Flushable
public 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, _startObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_closeChild, _this, add, add, add, add, add, add, addNull, addObject, flush, startArray, startObject
protected 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 ComposerBase
IOException
com.fasterxml.jackson.core.JsonProcessingException
protected Object _finish() throws IOException, com.fasterxml.jackson.core.JsonProcessingException
_finish
in class ComposerBase
IOException
com.fasterxml.jackson.core.JsonProcessingException
public PARENT end() throws IOException, com.fasterxml.jackson.core.JsonProcessingException
IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2018. All rights reserved.