public class EmbeddingDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<T>
| Constructor and Description |
|---|
EmbeddingDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Embedding |
deserialize(com.fasterxml.jackson.core.JsonParser parser,
Configuration configuration) |
T |
deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic Embedding deserialize(com.fasterxml.jackson.core.JsonParser parser, Configuration configuration) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionpublic T deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2016. All rights reserved.