public class MethodDescription extends Object
Constructor and Description |
---|
MethodDescription() |
Modifier and Type | Method and Description |
---|---|
static MethodDescription |
createMethodDescription(Method method) |
boolean |
equals(Object obj) |
String |
getClassName() |
String |
getMethodName() |
String |
getParameterTypes() |
int |
hashCode() |
void |
setClassName(String className) |
void |
setMethodName(String methodName) |
void |
setParameterTypes(String parameterTypes) |
public static MethodDescription createMethodDescription(Method method)
public String getClassName()
public void setClassName(String className)
public String getMethodName()
public void setMethodName(String methodName)
public String getParameterTypes()
public void setParameterTypes(String parameterTypes)
Copyright © 2006–2018 TinyGroup. All rights reserved.