Interface MongoValueConverter<S,T>
- All Superinterfaces:
PropertyValueConverter<S,
T, MongoConversionContext>
- All Known Subinterfaces:
EncryptingConverter<S,
T>
- All Known Implementing Classes:
MongoEncryptionConverter
public interface MongoValueConverter<S,T>
extends PropertyValueConverter<S,T,MongoConversionContext>
MongoDB-specific
PropertyValueConverter
extension.- Since:
- 3.4
- Author:
- Christoph Strobl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.convert.PropertyValueConverter
PropertyValueConverter.FunctionPropertyValueConverter<DV extends Object,
SV extends Object, P extends PersistentProperty<P>>, PropertyValueConverter.ObjectToObjectPropertyValueConverter -
Method Summary
Methods inherited from interface org.springframework.data.convert.PropertyValueConverter
read, readNull, write, writeNull