kmongo / org.litote.kmongo / org.bson.Document / findValue

findValue

fun <T> Document.findValue(property: KProperty<T?>): T? (source)
fun <T> Document.findValue(path: String): T? (source)

Find the value for the specified path from the document.