Java org.springframework.data.mongodb.core.convert MappingMongoConverter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.mongodb.core.convert MappingMongoConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.mongodb.core.convert MappingMongoConverter.

The text is from its open source code.

Subclass

org.springframework.data.mongodb.core.convert.MappingMongoConverter has subclasses.
Click this link to see all its subclasses.

Constructor

MappingMongoConverter(DbRefResolver dbRefResolver, MappingContext, MongoPersistentProperty> mappingContext)
Creates a new MappingMongoConverter given the new DbRefResolver and MappingContext .
MappingMongoConverter(MongoDbFactory mongoDbFactory, MappingContext, MongoPersistentProperty> mappingContext)
Creates a new MappingMongoConverter given the new MongoDbFactory and MappingContext .

Method

voidafterPropertiesSet()
voidsetCustomConversions(CustomConversions conversions)
Registers the given custom conversions with the converter.
voidsetTypeMapper(@Nullable MongoTypeMapper typeMapper)
Configures the MongoTypeMapper to be used to add type information to Document s created by the converter and how to lookup type information from Document s when reading them.