Spring Data Document

org.springframework.data.mongodb.core.convert
Interface MongoConverter

All Superinterfaces:
org.springframework.data.convert.EntityConverter<MongoPersistentEntity<?>,MongoPersistentProperty,Object,DBObject>, org.springframework.data.convert.EntityReader<Object,DBObject>, org.springframework.data.convert.EntityWriter<Object,DBObject>, MongoWriter<Object>
All Known Implementing Classes:
AbstractMongoConverter, MappingMongoConverter

public interface MongoConverter
extends org.springframework.data.convert.EntityConverter<MongoPersistentEntity<?>,MongoPersistentProperty,Object,DBObject>, MongoWriter<Object>, org.springframework.data.convert.EntityReader<Object,DBObject>

Central Mongo specific converter interface which combines MongoWriter and MongoReader.

Author:
Oliver Gierke

Method Summary
 
Methods inherited from interface org.springframework.data.convert.EntityConverter
getConversionService, getMappingContext
 
Methods inherited from interface org.springframework.data.convert.EntityReader
read
 
Methods inherited from interface org.springframework.data.mongodb.core.convert.MongoWriter
convertToMongoType
 
Methods inherited from interface org.springframework.data.convert.EntityWriter
write
 


Spring Data Document

Copyright © 2012. All Rights Reserved.