public class Base64UrlJsonDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<byte[]>
| Constructor and Description |
|---|
Base64UrlJsonDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic byte[] deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<byte[]>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2019 Microsoft Corporation. All rights reserved.