Class CouchbaseConversionContext

java.lang.Object
org.springframework.data.couchbase.core.convert.CouchbaseConversionContext
All Implemented Interfaces:
ValueConversionContext<CouchbasePersistentProperty>

public class CouchbaseConversionContext extends Object implements ValueConversionContext<CouchbasePersistentProperty>
ValueConversionContext that allows to delegate read/write to an underlying CouchbaseConverter.
Since:
5.0
Author:
Michael Reiche