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
Subinterfaces with type arguments of type MongoConversionContext in org.springframework.data.mongodb.core.convertModifier and TypeInterfaceDescriptioninterfaceMongoValueConverter<S,T> MongoDB-specificPropertyValueConverterextension.Methods in org.springframework.data.mongodb.core.convert that return MongoConversionContextModifier and TypeMethodDescriptionMongoConversionContext.forOperator(@Nullable MongoConversionContext.OperatorContext operatorContext) Methods in org.springframework.data.mongodb.core.convert with parameters of type MongoConversionContextModifier and TypeMethodDescriptionprotected @Nullable ObjectQueryMapper.convertValueWithConversionContext(QueryMapper.Field documentField, @Nullable Object sourceValue, @Nullable Object value, PropertyValueConverter<Object, Object, ValueConversionContext<MongoPersistentProperty>> valueConverter, MongoConversionContext conversionContext) protected @Nullable ObjectUpdateMapper.convertValueWithConversionContext(QueryMapper.Field documentField, @Nullable Object sourceValue, @Nullable 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 @Nullable SEncryptingConverter.read(Object value, MongoConversionContext context) @Nullable ObjectMongoEncryptionConverter.read(Object value, MongoConversionContext context) default @Nullable TEncryptingConverter.write(Object value, MongoConversionContext context)