Uses of Class
com.couchbase.client.java.encryption.annotation.Encrypted.Migration
-
Packages that use Encrypted.Migration Package Description com.couchbase.client.java.encryption.annotation -
-
Uses of Encrypted.Migration in com.couchbase.client.java.encryption.annotation
Methods in com.couchbase.client.java.encryption.annotation that return Encrypted.Migration Modifier and Type Method Description Encrypted.Migrationmigration()Controls deserialization behavior when the provided field value is not encrypted.static Encrypted.MigrationEncrypted.Migration. valueOf(String name)Returns the enum constant of this type with the specified name.static Encrypted.Migration[]Encrypted.Migration. values()Returns an array containing the constants of this enum type, in the order they are declared.
-