Package | Description |
---|---|
com.github.misberner.apcommons.util.methods |
Modifier and Type | Method and Description |
---|---|
static List<ParameterInfo> |
MethodUtils.getInfosFromParamList(List<? extends VariableElement> veList,
boolean varArgs)
Turns a list of
VariableElement s into a ParameterInfo list. |
static List<ParameterInfo> |
MethodUtils.getParameterInfos(ExecutableElement method)
Turns the parameter list of an
ExecutableElement into a list of ParameterInfo
objects. |
Copyright © 2013–2014. All rights reserved.