kmongo / org.litote.kmongo.property / KMapSimplePropertyPath

KMapSimplePropertyPath

class KMapSimplePropertyPath<T, K, R> : KMapPropertyPath<T, K, R, KPropertyPath<T, R?>> (source)

A property path for a map property.

Constructors

<init>

A property path for a map property.

KMapSimplePropertyPath(previous: KPropertyPath<T, *>?, property: KProperty1<*, Map<out K, R>?>)