|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParameterNameLoader
Determines the parameter names of Constructors or Methods.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
java.util.List<java.lang.String> get(java.lang.reflect.Method method)
method - the method for which the parameter names should be retrieved
java.util.List<java.lang.String> get(java.lang.reflect.Constructor constructor)
constructor - the constructor for which the parameters should be retrieved
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||