public static class ReflectionUtils.RefMethod
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ReflectionUtils.RefMethod.RefExecutor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
call(java.lang.Object... params)
call static method
|
java.lang.reflect.Method |
getRealMethod()
|
ReflectionUtils.RefClass
|
getRefClass()
|
ReflectionUtils.RefClass
|
getReturnRefClass()
|
ReflectionUtils.RefMethod.RefExecutor
|
of(java.lang.Object e)
apply method to object
|
public java.lang.reflect.Method getRealMethod()
public ReflectionUtils.RefClass getRefClass()
public ReflectionUtils.RefClass getReturnRefClass()
public ReflectionUtils.RefMethod.RefExecutor of(java.lang.Object e)
e
- object to which the method is appliedpublic java.lang.Object call(java.lang.Object... params)
params
- sent parameters