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, _startObjectprotected final PARENT extends ComposerBase _parent
public ArrayComposer(PARENT parent, JsonGenerator g)
protected ArrayComposer<PARENT> _start() throws IOException, JsonProcessingException
_start in class ComposerBaseIOExceptionJsonProcessingExceptionprotected Object _finish() throws IOException, JsonProcessingException
_finish in class ComposerBaseIOExceptionJsonProcessingExceptionpublic PARENT end() throws IOException, JsonProcessingException
IOExceptionJsonProcessingExceptionCopyright © 2024 FasterXML. All rights reserved.