Spring Data Document

Package org.springframework.data.mongodb.core.convert

Interface Summary
MongoConverter Central Mongo specific converter interface which combines MongoWriter and MongoReader.
MongoTypeMapper Mongo-specific TypeMapper exposing that DBObjects might contain a type key.
MongoWriter<T> A MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject.
 

Class Summary
AbstractMongoConverter Base class for MongoConverter implementations.
CustomConversions Value object to capture custom conversion.
DefaultMongoTypeMapper Default implementation of MongoTypeMapper allowing configuration of the key to lookup and store type information in DBObject.
DefaultMongoTypeMapper.DBObjectTypeAliasAccessor  
MappingMongoConverter MongoConverter that uses a MappingContext to do sophisticated mapping of domain objects to DBObject.
 


Spring Data Document

Copyright © 2012. All Rights Reserved.