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

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

The text is from its open source code.

Implementation

org.springframework.data.mongodb.core.convert.MongoConverter has the following implementations.
Click this link to see all its implementation.

Method

ObjectconvertToMongoType(@Nullable Object obj)
Converts the given object into one Mongo will be able to store natively.
ConversionServicegetConversionService()
Returns the underlying ConversionService used by the converter.
MappingContextgetMappingContext()
Returns the underlying MappingContext used by the converter.
MongoTypeMappergetTypeMapper()
Returns thw TypeMapper being used to write type information into Document s created with that converter.
Rread(Class type, S source)
Reads the given source into the given type.
voidwrite(T source, S sink)