public interface ParameterNameLoader
Modifier and Type | Method and Description |
---|---|
List<String> |
get(Constructor constructor)
Gets the parameter names of the specified constructor or null if the class was compiled without debug symbols on.
|
List<String> |
get(Method method)
Gets the parameter names of the specified method or null if the class was compiled without debug symbols on.
|
List<String> get(Method method)
method
- the method for which the parameter names should be retrievedList<String> get(Constructor constructor)
constructor
- the constructor for which the parameters should be retrievedCopyright © 2005–2016. All rights reserved.