Uses of Annotation Interface
org.springframework.data.mongodb.core.mapping.Encrypted
Package
Description
Infrastructure for the MongoDB document-to-object mapping subsystem.
-
Uses of Encrypted in org.springframework.data.mongodb.core.mapping
Modifier and TypeClassDescription@interface
ExplicitEncrypted
is afield
levelValueConverter
annotation that indicates the target element is subject to encryption during the mapping process, in which a given domain type is converted into the store specific format.