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

Example usage for Java org.springframework.data.mongodb.core.convert DefaultMongoTypeMapper 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 DefaultMongoTypeMapper.

The text is from its open source code.

Field

Constructor

DefaultMongoTypeMapper(@Nullable String typeKey)
Create a new MongoTypeMapper with fully-qualified type hints using typeKey .
DefaultMongoTypeMapper(@Nullable String typeKey, MappingContext, ?> mappingContext)
Create a new MongoTypeMapper with fully-qualified type hints using typeKey .
DefaultMongoTypeMapper(@Nullable String typeKey, List mappers)
Create a new MongoTypeMapper with fully-qualified type hints using typeKey .