Package-level declarations
Functions
Calls this callable with the specified list of arguments and returns the result. Throws an exception if the number of specified arguments is not equal to the size of arguments, or if their types do not match the types of the parameters.
Finds property if the name is exact as the one provided
Finds first property if the name is exact as the one provided or returns an empty string if not found When using proguard keep your class object
Traverses current class and all the super classes (parents)
Get DeclaredMethod
Returns a parameter representing the extension receiver instance needed to call this callable, or null
if this callable is not an extension.
Returns a parameter representing the this
instance needed to call this callable, or null
if this callable is not a member of a class and thus doesn't take such parameter.
Setting the field values by their names ignoring caps, lower cases and such, in case of API shit show when mapping is needed
try the code in runnable, If it runs then its perfect if its not, It won't crash your app.