MongoDB request DSL • opensavvy.ktmongo.dsl.path • PropertyNameStrategy
PropertyNameStrategy¶
interface PropertyNameStrategy
Allows configuring how the DSL generates property paths from
Inheritors¶
Types¶
Default¶
object Default : PropertyNameStrategy
Default implementation of PropertyNameStrategy, which always uses the property name.
Functions¶
pathOf¶
abstract fun pathOf(property: KProperty1<*, *>): Path
Generates the name of a property.