public class ReflectedMethod extends Object
| Constructor and Description |
|---|
ReflectedMethod() |
ReflectedMethod(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<String> |
getParameterTypes() |
void |
setName(String name) |
void |
setParameterTypes(List<String> parameterTypes) |
public ReflectedMethod(String name)
public ReflectedMethod()
Copyright © 2020 be.cloudway. All rights reserved.