Uses of Class
com.querydsl.mongodb.document.MongodbDocumentSerializer
-
Packages that use MongodbDocumentSerializer Package Description com.querydsl.mongodb.document MongoDB Document API support. -
-
Uses of MongodbDocumentSerializer in com.querydsl.mongodb.document
Methods in com.querydsl.mongodb.document that return MongodbDocumentSerializer Modifier and Type Method Description protected MongodbDocumentSerializerAbstractMongodbQuery. getSerializer()Constructors in com.querydsl.mongodb.document with parameters of type MongodbDocumentSerializer Constructor Description AbstractFetchableMongodbQuery(com.mongodb.client.MongoCollection<org.bson.Document> collection, java.util.function.Function<org.bson.Document,K> transformer, MongodbDocumentSerializer serializer)Create a new MongodbQuery instanceAbstractMongodbQuery(MongodbDocumentSerializer serializer)Create a new MongodbQuery instance
-