kmongo / org.litote.kmongo.serialization / kotlin.reflect.KProperty / subtypePath

subtypePath

val KProperty<*>.subtypePath: String (source)

Provides the path for subtype discriminator, in order to write this kind of filter:

eq(A::myProperty.subtypePath, B::class.subtypeQualifier)