public class CallableMethod extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Method |
method |
protected Class<?>[] |
paramTypes |
protected Class<?> |
pojo |
| Constructor and Description |
|---|
CallableMethod(Class<?> pojo,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
Object |
call(Object obj,
Object... args) |
String |
formatMethodCallError(Object... args) |
Method |
getMethod() |
Class<?>[] |
getParamTypes() |
Class<?> |
getPojo() |
String |
toString() |
Copyright © 1995–2017 Webtide. All rights reserved.