|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||