Package | Description |
---|---|
com.couchbase.client.java.encryption.databind.jackson |
Support for encryption during Jackson data binding, compatible with
the standard Jackson library.
|
com.couchbase.client.java.encryption.databind.jackson.repackaged |
Support for encryption during Jackson data binding, compatible with
the repackaged version of Jackson included in the SDK.
|
Constructor and Description |
---|
EncryptedFieldDeserializer(CryptoManager cryptoManager,
Encrypted annotation) |
EncryptedFieldDeserializer(CryptoManager cryptoManager,
Encrypted annotation,
com.fasterxml.jackson.databind.BeanProperty beanProperty) |
EncryptedFieldSerializer(CryptoManager cryptoManager,
Encrypted annotation,
com.fasterxml.jackson.databind.JsonSerializer<Object> originalCustomSerializer) |
Constructor and Description |
---|
EncryptedFieldDeserializer(CryptoManager cryptoManager,
Encrypted annotation) |
EncryptedFieldDeserializer(CryptoManager cryptoManager,
Encrypted annotation,
com.couchbase.client.core.deps.com.fasterxml.jackson.databind.BeanProperty beanProperty) |
EncryptedFieldSerializer(CryptoManager cryptoManager,
Encrypted annotation,
com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonSerializer<Object> originalCustomSerializer) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.