public interface ParameterNameLoader
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
get(java.lang.reflect.Constructor constructor)
Gets the parameter names of the specified constructor or null if the class was compiled without debug symbols on.
|
java.util.List<java.lang.String> |
get(java.lang.reflect.Method method)
Gets the parameter names of the specified method or null if the class was compiled without debug symbols on.
|
java.util.List<java.lang.String> get(java.lang.reflect.Method method)
method - the method for which the parameter names should be retrievedjava.util.List<java.lang.String> get(java.lang.reflect.Constructor constructor)
constructor - the constructor for which the parameters should be retrieved