getT

fun <T> getT(object: Any, fieldName: String, fieldType: Class<T?>): Result<T?>
fun <T> getT(object: Any, fieldName: String): Result<T?>