Uses of Class
org.springframework.data.mongodb.core.convert.MongoConversionContext
Package
Description
Converters integrating with
explicit encryption
mechanism of Client-Side Field Level Encryption.
-
Uses of MongoConversionContext in org.springframework.data.mongodb.core.convert.encryption
Modifier and TypeMethodDescriptionEncryptingConverter.buildEncryptionContext
(MongoConversionContext context) Obtain theEncryptionContext
for a givenvalue conversion context
.MongoEncryptionConverter.buildEncryptionContext
(MongoConversionContext context) default S
EncryptingConverter.read
(Object value, MongoConversionContext context) MongoEncryptionConverter.read
(Object value, MongoConversionContext context) default T
EncryptingConverter.write
(Object value, MongoConversionContext context)