Class MappingCouchbaseConverter

java.lang.Object
org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
All Implemented Interfaces:
Aware, InitializingBean, ApplicationContextAware, EnvironmentAware, EnvironmentCapable, EntityConverter<CouchbasePersistentEntity<?>, CouchbasePersistentProperty, Object, CouchbaseDocument>, EntityReader<Object, CouchbaseDocument>, EntityWriter<Object, CouchbaseDocument>, CouchbaseConverter, CouchbaseWriter<Object, CouchbaseDocument>

public class MappingCouchbaseConverter extends AbstractCouchbaseConverter implements ApplicationContextAware, EnvironmentCapable, EnvironmentAware
A mapping converter for Couchbase. The converter is responsible for reading from and writing to entities and converting it into a consumable database representation.
Author:
Michael Nitschinger, Oliver Gierke, Geoffrey Mina, Mark Paluch, Michael Reiche, Remi Bleuse, Vipul Gupta