ch.ralscha.extdirectspring.util
Class MethodInfo
java.lang.Object
ch.ralscha.extdirectspring.util.MethodInfo
public class MethodInfo
- extends Object
Object holds information about a method like the method itself, the array of
the parameter types and the annotations of the parameters
- Author:
- Ralph Schaer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInfo
public MethodInfo(Method method)
getParameterAnnotations
public Annotation[][] getParameterAnnotations()
getParameterTypes
public Class<?>[] getParameterTypes()
getMethod
public Method getMethod()
getForwardPath
public String getForwardPath()
getExtDirectMethodAnnotation
public ExtDirectMethod getExtDirectMethodAnnotation()
Copyright © 2010. All Rights Reserved.