Object Helper
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getObjectOrNullUntilSuperclass(fieldName: String, untilSuperClass: Class<*>.() -> Boolean? = null): Any?
Link copied to clipboard
Link copied to clipboard
fun invokeMethod(methodName: String, returnType: Class<*>? = null, paramTypes: ParamTypes, params: Params): Any?
Link copied to clipboard
fun invokeMethodBestMatch(methodName: String, returnType: Class<*>? = null, vararg params: Any?): Any?
Link copied to clipboard
fun setObjectUntilSuperclass(fieldName: String, value: Any?, untilSuperClass: Class<*>.() -> Boolean? = null)