public class KmipArrayDeserializer<E> extends KmipJsonDeserializer<E[]>
| Constructor and Description |
|---|
KmipArrayDeserializer(Class<E[]> handled_type) |
| Modifier and Type | Method and Description |
|---|---|
E[] |
deserialize(com.fasterxml.jackson.databind.JsonNode node,
com.fasterxml.jackson.databind.DeserializationContext context)
Deserializes an already existing
JsonNode |
Class<?> |
handledType() |
deserializedeserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic Class<?> handledType()
handledType in class com.fasterxml.jackson.databind.JsonDeserializer<E[]>public E[] deserialize(com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.DeserializationContext context) throws IOException, com.fasterxml.jackson.core.JacksonException
KmipJsonDeserializerJsonNodedeserialize in class KmipJsonDeserializer<E[]>node - the JsonNodecontext - a DeserializationContextIOException - if the JSON cannot be readcom.fasterxml.jackson.core.JacksonException - if the JSON is malformedKmipJsonDeserializer.deserialize(JsonNode, DeserializationContext)Copyright © 2022. All rights reserved.