Uses of Class
org.springframework.data.mongodb.core.convert.MongoConversionContext
Packages that use MongoConversionContext
Package
Description
Spring Data MongoDB specific converter infrastructure.
Converters integrating with
explicit encryption
mechanism of Client-Side Field Level Encryption.
-
Uses of MongoConversionContext in org.springframework.data.mongodb.core.convert
Methods in org.springframework.data.mongodb.core.convert that return MongoConversionContextModifier and TypeMethodDescriptionMongoConversionContext.forOperator(MongoConversionContext.OperatorContext operatorContext) Methods in org.springframework.data.mongodb.core.convert with parameters of type MongoConversionContextModifier and TypeMethodDescriptionprotected ObjectQueryMapper.convertValueWithConversionContext(QueryMapper.Field documentField, Object sourceValue, Object value, PropertyValueConverter<Object, Object, ValueConversionContext<MongoPersistentProperty>> valueConverter, MongoConversionContext conversionContext) protected ObjectUpdateMapper.convertValueWithConversionContext(QueryMapper.Field documentField, Object sourceValue, Object value, PropertyValueConverter<Object, Object, ValueConversionContext<MongoPersistentProperty>> valueConverter, MongoConversionContext conversionContext) -
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)