Interface MongoValueConverter<S,T>

All Superinterfaces:
org.springframework.data.convert.PropertyValueConverter<S,T,MongoConversionContext>
All Known Subinterfaces:
EncryptingConverter<S,T>
All Known Implementing Classes:
MongoEncryptionConverter

public interface MongoValueConverter<S,T> extends org.springframework.data.convert.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

    org.springframework.data.convert.PropertyValueConverter.FunctionPropertyValueConverter<DV extends Object,SV extends Object,P extends org.springframework.data.mapping.PersistentProperty<P>>, org.springframework.data.convert.PropertyValueConverter.ObjectToObjectPropertyValueConverter
  • Method Summary

    Methods inherited from interface org.springframework.data.convert.PropertyValueConverter

    read, readNull, write, writeNull