Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-mongo
/
me.ahoo.wow.mongo.query
Package-level
declarations
Types
Functions
Types
Abstract
Mongo
Condition
Converter
Link copied to clipboard
abstract
class
AbstractMongoConditionConverter
:
AbstractConditionConverter
<
Bson
>
Abstract
Mongo
Query
Service
Link copied to clipboard
abstract
class
AbstractMongoQueryService
<
R
:
Any
>
:
QueryService
<
R
>
Mongo
Projection
Converter
Link copied to clipboard
object
MongoProjectionConverter
:
ProjectionConverter
<
Bson
?
>
Mongo
Sort
Converter
Link copied to clipboard
object
MongoSortConverter
:
SortConverter
<
Bson
?
>
Functions
find
Document
Link copied to clipboard
fun
MongoCollection
<
Document
>
.
findDocument
(
converter
:
ConditionConverter
<
Bson
>
,
queryable
:
Queryable
<
*
>
)
:
FindPublisher
<
Document
>