Spring Data MongoDB

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

Packages that use MongoTypeMapper
org.springframework.data.mongodb.core.convert   
 

Uses of MongoTypeMapper in org.springframework.data.mongodb.core.convert
 

Classes in org.springframework.data.mongodb.core.convert that implement MongoTypeMapper
 class DefaultMongoTypeMapper
          Default implementation of MongoTypeMapper allowing configuration of the key to lookup and store type information in DBObject.
 

Fields in org.springframework.data.mongodb.core.convert declared as MongoTypeMapper
protected  MongoTypeMapper MappingMongoConverter.typeMapper
           
 

Methods in org.springframework.data.mongodb.core.convert with parameters of type MongoTypeMapper
 void MappingMongoConverter.setTypeMapper(MongoTypeMapper typeMapper)
          Configures the MongoTypeMapper to be used to add type information to DBObjects created by the converter and how to lookup type information from DBObjects when reading them.
 


Spring Data MongoDB

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.