org.apache.xbean.finder
Class AbstractFinder.MethodInfo

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

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


Constructor Summary
AbstractFinder.MethodInfo(AbstractFinder.ClassInfo info, java.lang.reflect.Constructor constructor)
           
AbstractFinder.MethodInfo(AbstractFinder.ClassInfo info, java.lang.reflect.Method method)
           
AbstractFinder.MethodInfo(AbstractFinder.ClassInfo declarignClass, java.lang.String name, java.lang.String returnType)
           
 
Method Summary
 AbstractFinder.ClassInfo getDeclaringClass()
           
 java.lang.String getName()
           
 java.util.List<java.util.List<AbstractFinder.AnnotationInfo>> getParameterAnnotations()
           
 java.util.List<AbstractFinder.AnnotationInfo> getParameterAnnotations(int index)
           
 java.lang.String getReturnType()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.xbean.finder.AbstractFinder.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.AbstractFinder.Info
getAnnotations
 

Constructor Detail

AbstractFinder.MethodInfo

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

AbstractFinder.MethodInfo

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

AbstractFinder.MethodInfo

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

getParameterAnnotations

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

getParameterAnnotations

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

getName

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

getDeclaringClass

public AbstractFinder.ClassInfo getDeclaringClass()

getReturnType

public java.lang.String getReturnType()

toString

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


Copyright © 2005-2011. All Rights Reserved.