public class RawJsonDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<String>
| Constructor and Description |
|---|
RawJsonDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
String |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected void |
validate(com.fasterxml.jackson.databind.JsonNode node)
Validates the parsed json structure.
|
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic String deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<String>IOExceptionprotected void validate(com.fasterxml.jackson.databind.JsonNode node)
throws com.fasterxml.jackson.core.JsonProcessingException
node - the root node of the json structure to validatecom.fasterxml.jackson.core.JsonProcessingException - if validation failsCopyright © 2020 LeanIX GmbH. All rights reserved.