getObjectOrNullUntilSuperclass

fun getObjectOrNullUntilSuperclass(fieldName: String, untilSuperClass: Class<*>.() -> Boolean? = null): Any?