public class ReflectionMethod extends Object implements JsonPrintable
| Modifier and Type | Field and Description |
|---|---|
static String |
CONSTRUCTOR_NAME |
| Constructor and Description |
|---|
ReflectionMethod(String name,
String signature) |
ReflectionMethod(String name,
String[] parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
String[] |
getParameterTypes() |
int |
hashCode() |
void |
printJson(JsonWriter writer) |
public static final String CONSTRUCTOR_NAME
public String getName()
public String[] getParameterTypes()
public void printJson(JsonWriter writer) throws IOException
printJson in interface JsonPrintableIOException