public class PolicyDeserializer extends KmipJsonDeserializer<Policy>
| Constructor and Description |
|---|
PolicyDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Policy |
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 Policy deserialize(com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JacksonException
KmipJsonDeserializerJsonNodedeserialize in class KmipJsonDeserializer<Policy>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.