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