Uses of Interface
org.springframework.data.mongodb.core.convert.MongoTypeMapper
Packages that use MongoTypeMapper
Package
Description
Spring Data MongoDB specific converter infrastructure.
-
Uses of MongoTypeMapper in org.springframework.data.mongodb.core.convert
Classes in org.springframework.data.mongodb.core.convert that implement MongoTypeMapperModifier and TypeClassDescriptionclassDefault implementation ofMongoTypeMapperallowing configuration of the key to lookup and store type information inDocument.Fields in org.springframework.data.mongodb.core.convert declared as MongoTypeMapperMethods in org.springframework.data.mongodb.core.convert that return MongoTypeMapperModifier and TypeMethodDescriptionMappingMongoConverter.getTypeMapper()MongoConverter.getTypeMapper()Returns theTypeMapperbeing used to write type information intoDocuments created with that converter.Methods in org.springframework.data.mongodb.core.convert with parameters of type MongoTypeMapperModifier and TypeMethodDescriptionvoidMappingMongoConverter.setTypeMapper(MongoTypeMapper typeMapper) Configures theMongoTypeMapperto be used to add type information toDocuments created by the converter and how to lookup type information fromDocuments when reading them.