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

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

The text is from its open source code.

Constructor

QueryMapper(MongoConverter converter)
Creates a new QueryMapper with the given MongoConverter .

Method

DocumentgetMappedObject(Bson query, Optional> entity)
DocumentgetMappedObject(Bson query, @Nullable MongoPersistentEntity entity)
Replaces the property keys used in the given Document with the appropriate keys by using the PersistentEntity metadata.