Uses of Class
org.springframework.data.mongodb.core.convert.MongoConversionContext
Packages that use 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
Methods in org.springframework.data.mongodb.core.convert.encryption with parameters of type MongoConversionContextModifier and TypeMethodDescriptionEncryptingConverter.buildEncryptionContext(MongoConversionContext context) Obtain theEncryptionContextfor a givenvalue conversion context.MongoEncryptionConverter.buildEncryptionContext(MongoConversionContext context) default SEncryptingConverter.read(Object value, MongoConversionContext context) MongoEncryptionConverter.read(Object value, MongoConversionContext context) default TEncryptingConverter.write(Object value, MongoConversionContext context)