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, Constructor constructor)
           
AbstractFinder.MethodInfo(AbstractFinder.ClassInfo info, Method method)
           
AbstractFinder.MethodInfo(AbstractFinder.ClassInfo declarignClass, String name, String returnType)
           
 
Method Summary
 AbstractFinder.ClassInfo getDeclaringClass()
           
 String getName()
           
 List<List<AbstractFinder.AnnotationInfo>> getParameterAnnotations()
           
 List<AbstractFinder.AnnotationInfo> getParameterAnnotations(int index)
           
 String getReturnType()
           
 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,
                                 Constructor constructor)

AbstractFinder.MethodInfo

public AbstractFinder.MethodInfo(AbstractFinder.ClassInfo info,
                                 Method method)

AbstractFinder.MethodInfo

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

getParameterAnnotations

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

getParameterAnnotations

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

getName

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

getDeclaringClass

public AbstractFinder.ClassInfo getDeclaringClass()

getReturnType

public String getReturnType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2013. All Rights Reserved.