public class KmipEnumDeserializer extends KmipJsonDeserializer<Enum<?>>
| Constructor and Description |
|---|
KmipEnumDeserializer(Class<Enum<?>> handled_type) |
| Modifier and Type | Method and Description |
|---|---|
Enum<?> |
deserialize(com.fasterxml.jackson.databind.JsonNode node,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
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<Enum<?>>public Enum<?> deserialize(com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JacksonException
KmipJsonDeserializerJsonNodedeserialize in class KmipJsonDeserializer<Enum<?>>node - the JsonNodectxt - a DeserializationContextIOException - if the JSON cannot be readcom.fasterxml.jackson.core.JacksonException - if the JSON is malformedKmipJsonDeserializer.deserialize(JsonNode, DeserializationContext)Copyright © 2023. All rights reserved.