public class ParamNameExtractor extends java.lang.Object
| Constructor and Description |
|---|
ParamNameExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
getParameterNamesFromDebugInfo(java.lang.reflect.Method method)
Retrieves a list of function parameter names from a method.
|
public ParamNameExtractor()
public static java.lang.String[] getParameterNamesFromDebugInfo(java.lang.reflect.Method method)
Copyright © 2019. All rights reserved.