org.apache.xbean.finder
Class AnnotationFinder.MethodInfo

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

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


Constructor Summary
AnnotationFinder.MethodInfo(AnnotationFinder.ClassInfo info, Constructor constructor)
           
AnnotationFinder.MethodInfo(AnnotationFinder.ClassInfo info, Method method)
           
AnnotationFinder.MethodInfo(AnnotationFinder.ClassInfo declarignClass, String name, String descriptor)
           
 
Method Summary
 Member get()
           
 Annotation[] getDeclaredAnnotations()
           
 AnnotationFinder.ClassInfo getDeclaringClass()
           
 String getMetaAnnotationName()
           
 String getName()
           
 List<List<AnnotationFinder.AnnotationInfo>> getParameterAnnotations()
           
 List<AnnotationFinder.AnnotationInfo> getParameterAnnotations(int index)
           
 boolean isConstructor()
           
 String toString()
           
 
Methods inherited from class org.apache.xbean.finder.AnnotationFinder.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.AnnotationFinder.Info
getAnnotations
 

Constructor Detail

AnnotationFinder.MethodInfo

public AnnotationFinder.MethodInfo(AnnotationFinder.ClassInfo info,
                                   Constructor constructor)

AnnotationFinder.MethodInfo

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

AnnotationFinder.MethodInfo

public AnnotationFinder.MethodInfo(AnnotationFinder.ClassInfo declarignClass,
                                   String name,
                                   String descriptor)
Method Detail

getMetaAnnotationName

public String getMetaAnnotationName()
Specified by:
getMetaAnnotationName in interface AnnotationFinder.Info
Overrides:
getMetaAnnotationName in class AnnotationFinder.Annotatable

getDeclaredAnnotations

public Annotation[] getDeclaredAnnotations()
Specified by:
getDeclaredAnnotations in interface AnnotationFinder.Info
Overrides:
getDeclaredAnnotations in class AnnotationFinder.Annotatable

isConstructor

public boolean isConstructor()

getParameterAnnotations

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

getParameterAnnotations

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

getName

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

getDeclaringClass

public AnnotationFinder.ClassInfo getDeclaringClass()

toString

public String toString()
Overrides:
toString in class Object

get

public Member get()
           throws ClassNotFoundException
Throws:
ClassNotFoundException


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.