org.apache.xbean.finder
Class ClassFinder.MethodInfo

java.lang.Object
  extended by org.apache.xbean.finder.ClassFinder.Annotatable
      extended by org.apache.xbean.finder.ClassFinder.MethodInfo
All Implemented Interfaces:
ClassFinder.Info
Enclosing class:
ClassFinder

public class ClassFinder.MethodInfo
extends ClassFinder.Annotatable
implements ClassFinder.Info


Constructor Summary
ClassFinder.MethodInfo(ClassFinder.ClassInfo info, java.lang.reflect.Constructor constructor)
           
ClassFinder.MethodInfo(ClassFinder.ClassInfo info, java.lang.reflect.Method method)
           
ClassFinder.MethodInfo(ClassFinder.ClassInfo declarignClass, java.lang.String name, java.lang.String returnType)
           
 
Method Summary
 ClassFinder.ClassInfo getDeclaringClass()
           
 java.lang.String getName()
           
 java.util.List<java.util.List<ClassFinder.AnnotationInfo>> getParameterAnnotations()
           
 java.util.List<ClassFinder.AnnotationInfo> getParameterAnnotations(int index)
           
 java.lang.String getReturnType()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.xbean.finder.ClassFinder.Annotatable
getAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.xbean.finder.ClassFinder.Info
getAnnotations
 

Constructor Detail

ClassFinder.MethodInfo

public ClassFinder.MethodInfo(ClassFinder.ClassInfo info,
                              java.lang.reflect.Constructor constructor)

ClassFinder.MethodInfo

public ClassFinder.MethodInfo(ClassFinder.ClassInfo info,
                              java.lang.reflect.Method method)

ClassFinder.MethodInfo

public ClassFinder.MethodInfo(ClassFinder.ClassInfo declarignClass,
                              java.lang.String name,
                              java.lang.String returnType)
Method Detail

getParameterAnnotations

public java.util.List<java.util.List<ClassFinder.AnnotationInfo>> getParameterAnnotations()

getParameterAnnotations

public java.util.List<ClassFinder.AnnotationInfo> getParameterAnnotations(int index)

getName

public java.lang.String getName()
Specified by:
getName in interface ClassFinder.Info

getDeclaringClass

public ClassFinder.ClassInfo getDeclaringClass()

getReturnType

public java.lang.String getReturnType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object