ch.ralscha.extdirectspring.util
Class MethodInfo

java.lang.Object
  extended by 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

Constructor Summary
MethodInfo(Method method)
           
 
Method Summary
 ExtDirectMethod getExtDirectMethodAnnotation()
           
 String getForwardPath()
           
 Method getMethod()
           
 Annotation[][] getParameterAnnotations()
           
 Class<?>[] getParameterTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInfo

public MethodInfo(Method method)
Method Detail

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.