public class MethodSignature extends Object
| Constructor and Description |
|---|
MethodSignature() |
MethodSignature(String postfix) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPostfix() |
boolean |
isMethod(Method method) |
void |
setAnnotationTypes(Class... annotationTypes) |
void |
setParameterTypes(Class... parameterTypes) |
void |
setReturnType(Class returnType) |
public MethodSignature()
public MethodSignature(String postfix)
public String getPostfix()
public void setAnnotationTypes(Class... annotationTypes)
public void setReturnType(Class returnType)
public void setParameterTypes(Class... parameterTypes)
public boolean isMethod(Method method) throws IllegalMethodException
IllegalMethodExceptionCopyright © 2015. All rights reserved.