public class GenericMethod extends Object
| Constructor and Description |
|---|
GenericMethod() |
GenericMethod(String methodName) |
| Modifier and Type | Method and Description |
|---|---|
GenericMethod |
argsType(String[] argsType) |
GenericMethod |
argsVal(Object[] argsVal) |
static Object |
generalize(Object pojo) |
String[] |
getArgsType() |
Object[] |
getArgsVal() |
String |
getMethodName() |
GenericMethod |
methodName(String methodName) |
public GenericMethod()
public GenericMethod(String methodName)
public GenericMethod methodName(String methodName)
public GenericMethod argsType(String[] argsType)
public GenericMethod argsVal(Object[] argsVal)
public String getMethodName()
public String[] getArgsType()
public Object[] getArgsVal()
Copyright © 2017. All rights reserved.