public class MethodInfo extends Object
| Constructor and Description |
|---|
MethodInfo(String name,
Class<?> returnType,
Class<?>[] paramTypes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Class<?>[] |
getParamTypes() |
Class<?> |
getReturnType() |
Copyright © 2014–2021. All rights reserved.