service / com.scurab.android.uitor.reflect / ObjectReflector

ObjectReflector

open class ObjectReflector : Reflector<Any!>

Constructors

<init>

ObjectReflector(real: Any!)

Functions

callMethod

open fun <T : Any!> callMethod(methodName: String!): T