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