Package | Description |
---|---|
com.couchbase.client.java.json |
JSON encoding and decoding.
|
Modifier and Type | Method and Description |
---|---|
JsonObjectCrypto |
JsonObject.crypto(ClusterEnvironment env)
Returns a view of the object for reading and writing encrypted fields.
|
JsonObjectCrypto |
JsonObject.crypto(Collection collection)
Returns a view of the object for reading and writing encrypted fields.
|
JsonObjectCrypto |
JsonObject.crypto(CryptoManager cryptoManager)
Returns a view of the object for reading and writing encrypted fields.
|
JsonObjectCrypto |
JsonObjectCrypto.put(String fieldName,
Object fieldValue) |
JsonObjectCrypto |
JsonObjectCrypto.remove(String fieldName) |
JsonObjectCrypto |
JsonObjectCrypto.withDefaultEncrypter()
Returns a new
JsonObjectCrypto instance that uses the default encrypter. |
JsonObjectCrypto |
JsonObjectCrypto.withEncrypter(String encrypterAlias)
Returns a new
JsonObjectCrypto instance that uses the decrypter identified by the given alias. |
JsonObjectCrypto |
JsonObjectCrypto.withObject(JsonObject object)
Returns a new instance that is a view of the given JsonObject.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.