public class MethodInfo extends Object
| Constructor and Description |
|---|
MethodInfo(Class<?> clazz,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
static Method |
findMethodWithAnnotation(Method method,
Class<? extends Annotation> annotation)
Find a method that is annotated with a specific annotation.
|
Class<?> |
getCollectionType() |
String |
getForwardPath() |
Method |
getMethod() |
List<ParameterInfo> |
getParameters() |
boolean |
isSynchronizeOnSession() |
boolean |
isType(ExtDirectMethodType methodType) |
public Method getMethod()
public String getForwardPath()
public List<ParameterInfo> getParameters()
public Class<?> getCollectionType()
public boolean isType(ExtDirectMethodType methodType)
public boolean isSynchronizeOnSession()
public static Method findMethodWithAnnotation(Method method, Class<? extends Annotation> annotation)
method - the starting methodannotation - the annotation to look forCopyright © 2010-2012. All Rights Reserved.