protected CollectionComposer<PARENT,C> |
CollectionComposer._start() |
|
protected <P extends ComposerBase> CollectionComposer<P,?> |
ComposerBase._startCollection(P parent) |
|
CollectionComposer<PARENT,C> |
CollectionComposer.add(boolean value) |
|
CollectionComposer<PARENT,C> |
CollectionComposer.add(double value) |
|
CollectionComposer<PARENT,C> |
CollectionComposer.add(int value) |
|
CollectionComposer<PARENT,C> |
CollectionComposer.add(long value) |
|
CollectionComposer<PARENT,C> |
CollectionComposer.add(java.lang.CharSequence value) |
|
CollectionComposer<PARENT,C> |
CollectionComposer.add(java.lang.String value) |
|
CollectionComposer<PARENT,C> |
CollectionComposer.addNull() |
|
CollectionComposer<PARENT,C> |
CollectionComposer.addObject(java.lang.Object pojo) |
Method used to add Java Object ("POJO") into sequence being
composed: this requires that the underlying JsonGenerator
has a properly configured ObjectCodec
to use for serializer object.
|
static <T extends java.util.Collection<java.lang.Object>> CollectionComposer<?,T> |
CollectionComposer.rootComposer(T coll) |
|
CollectionComposer<CollectionComposer<PARENT,C>,?> |
CollectionComposer.startArray() |
|
CollectionComposer<MapComposer<PARENT>,?> |
MapComposer.startArrayField(com.fasterxml.jackson.core.SerializableString fieldName) |
|
CollectionComposer<MapComposer<PARENT>,?> |
MapComposer.startArrayField(java.lang.String fieldName) |
|