Class MongoConversionContext

java.lang.Object
org.springframework.data.mongodb.core.convert.MongoConversionContext
All Implemented Interfaces:
ValueConversionContext<MongoPersistentProperty>

public class MongoConversionContext extends Object implements ValueConversionContext<MongoPersistentProperty>
ValueConversionContext that allows to delegate read/write to an underlying MongoConverter.
Since:
3.4
Author:
Christoph Strobl