public class KmipBooleanDeserializer extends KmipJsonDeserializer<Boolean>
| Constructor and Description |
|---|
KmipBooleanDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
deserialize(com.fasterxml.jackson.databind.JsonNode node,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
Deserializes an already existing
JsonNode |
deserializedeserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic Boolean deserialize(com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JacksonException
KmipJsonDeserializerJsonNodedeserialize in class KmipJsonDeserializer<Boolean>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.