ResolvableSerializer, SchemaAwarepublic static class StdContainerSerializers.IteratorSerializer extends AsArraySerializerBase<java.util.Iterator<?>>
JsonSerializer.None_dynamicSerializers, _elementSerializer, _elementType, _property, _staticTyping, _valueTypeSerializer_handledType| Constructor | Description |
|---|---|
IteratorSerializer(JavaType elemType,
boolean staticTyping,
TypeSerializer vts,
BeanProperty property) |
| Modifier and Type | Method | Description |
|---|---|---|
ContainerSerializerBase<?> |
_withValueTypeSerializer(TypeSerializer vts) |
|
void |
serializeContents(java.util.Iterator<?> value,
JsonGenerator jgen,
SerializerProvider provider) |
_findAndAddDynamic, _findAndAddDynamic, getSchema, resolve, serialize, serializeWithTypewithValueTypeSerializerisUnwrappingSerializer, unwrappingSerializerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateObjectNode, createSchemaNode, createSchemaNode, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrowpublic IteratorSerializer(JavaType elemType, boolean staticTyping, TypeSerializer vts, BeanProperty property)
public ContainerSerializerBase<?> _withValueTypeSerializer(TypeSerializer vts)
_withValueTypeSerializer in class ContainerSerializerBase<java.util.Iterator<?>>public void serializeContents(java.util.Iterator<?> value,
JsonGenerator jgen,
SerializerProvider provider)
throws java.io.IOException,
JsonGenerationException
serializeContents in class AsArraySerializerBase<java.util.Iterator<?>>java.io.IOExceptionJsonGenerationException