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 PropertyValueConverter
PropertyValueConverter.FunctionPropertyValueConverter<DV,SV, P>, PropertyValueConverter.ObjectToObjectPropertyValueConverter -
Method Summary
Methods inherited from interface PropertyValueConverter
read, readNull, write, writeNull