Interface EncryptingConverter<S,T>

All Superinterfaces:
MongoValueConverter<S,T>, PropertyValueConverter<S,T,MongoConversionContext>
All Known Implementing Classes:
MongoEncryptionConverter

public interface EncryptingConverter<S,T> extends MongoValueConverter<S,T>
A specialized MongoValueConverter for encrypting and decrypting properties.
Since:
4.1
Author:
Christoph Strobl