MongoDB request DSL • opensavvy.ktmongo.dsl.path • FieldDsl
FieldDsl¶
interface FieldDsl
DSL to refer to fields
, usually automatically added into scope by operators.
Inheritors¶
Properties¶
field
¶
Converts a Kotlin property into a Field
.
Functions¶
div
¶
Refers to child
as a nested field of the current field.
get
¶
Refers to a specific item in an array, by its index.
Refers to a specific item in a map, by its name.