public class ArrayComposer<PARENT extends ComposerBase> extends SequenceComposer<ArrayComposer<PARENT>>
Modifier and Type | Field and Description |
---|---|
protected PARENT |
_parent |
_generator
_child, _open
Constructor and Description |
---|
ArrayComposer(PARENT parent,
JsonGenerator g) |
Modifier and Type | Method and Description |
---|---|
protected Object |
_finish() |
protected ArrayComposer<PARENT> |
_start() |
PARENT |
end() |
_closeChild, _this, add, add, add, add, add, add, addNull, addObject, flush, startArray, startObject
_childClosed, _illegalCall, _safeFinish, _startArray, _startCollection, _startMap, _startObject
protected final PARENT extends ComposerBase _parent
public ArrayComposer(PARENT parent, JsonGenerator g)
protected ArrayComposer<PARENT> _start() throws IOException, JsonProcessingException
_start
in class ComposerBase
IOException
JsonProcessingException
protected Object _finish() throws IOException, JsonProcessingException
_finish
in class ComposerBase
IOException
JsonProcessingException
public PARENT end() throws IOException, JsonProcessingException
IOException
JsonProcessingException
Copyright © 2020 FasterXML. All rights reserved.