public class JsonInputStream extends Object implements com.fasterxml.jackson.databind.JsonSerializable
| Constructor and Description |
|---|
JsonInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
serializeWithType(com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSerializer) |
public JsonInputStream(InputStream in)
public void serialize(com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
serialize in interface com.fasterxml.jackson.databind.JsonSerializableIOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionpublic void serializeWithType(com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSerializer)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
serializeWithType in interface com.fasterxml.jackson.databind.JsonSerializableIOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2018. All rights reserved.