public abstract class KmipJsonDeserializer<E>
extends com.fasterxml.jackson.databind.JsonDeserializer<E>
| Constructor and Description |
|---|
KmipJsonDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
abstract E |
deserialize(com.fasterxml.jackson.databind.JsonNode n,
com.fasterxml.jackson.databind.DeserializationContext context)
Deserializes an already existing
JsonNode |
E |
deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic E deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext context) throws IOException, com.fasterxml.jackson.core.JacksonException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<E>IOExceptioncom.fasterxml.jackson.core.JacksonExceptionpublic abstract E deserialize(com.fasterxml.jackson.databind.JsonNode n, com.fasterxml.jackson.databind.DeserializationContext context) throws IOException, com.fasterxml.jackson.core.JacksonException
JsonNoden - the JsonNodecontext - a DeserializationContextIOException - if the JSON cannot be readcom.fasterxml.jackson.core.JacksonException - if the JSON is malformeddeserialize(JsonNode, DeserializationContext)Copyright © 2022. All rights reserved.