@Stability.Internal public class EncryptedFieldDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Object> implements com.fasterxml.jackson.databind.deser.ContextualDeserializer
Constructor and Description |
---|
EncryptedFieldDeserializer(CryptoManager cryptoManager,
Encrypted annotation) |
EncryptedFieldDeserializer(CryptoManager cryptoManager,
Encrypted annotation,
com.fasterxml.jackson.databind.BeanProperty beanProperty) |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonDeserializer<?> |
createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt,
com.fasterxml.jackson.databind.BeanProperty property)
Returns a copy of this deserializer specialized for the given context.
|
Object |
deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
public EncryptedFieldDeserializer(CryptoManager cryptoManager, Encrypted annotation)
public EncryptedFieldDeserializer(CryptoManager cryptoManager, Encrypted annotation, com.fasterxml.jackson.databind.BeanProperty beanProperty)
public com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.BeanProperty property)
createContextual
in interface com.fasterxml.jackson.databind.deser.ContextualDeserializer
public Object deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<Object>
IOException
Copyright © 2020 Couchbase, Inc.. All rights reserved.