Spring Data Document

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

All Superinterfaces:
TypeKeyAware, org.springframework.data.convert.TypeMapper<DBObject>
All Known Implementing Classes:
DefaultMongoTypeMapper

public interface MongoTypeMapper
extends org.springframework.data.convert.TypeMapper<DBObject>, TypeKeyAware

Combining interface to express Mongo specific TypeMapper implementations will be TypeKeyAware as well.

Author:
Oliver Gierke

Method Summary
 
Methods inherited from interface org.springframework.data.convert.TypeMapper
readType, readType, writeType, writeType
 
Methods inherited from interface org.springframework.data.mongodb.core.convert.TypeKeyAware
isTypeKey
 


Spring Data Document

Copyright © 2011. All Rights Reserved.