org.apache.xbean.finder
Class AnnotationFinder.MethodInfo
java.lang.Object
org.apache.xbean.finder.AnnotationFinder.Annotatable
org.apache.xbean.finder.AnnotationFinder.MethodInfo
- All Implemented Interfaces:
- AnnotationFinder.Info
- Enclosing class:
- AnnotationFinder
public class AnnotationFinder.MethodInfo
- extends AnnotationFinder.Annotatable
- implements AnnotationFinder.Info
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AnnotationFinder.MethodInfo
public AnnotationFinder.MethodInfo(AnnotationFinder.ClassInfo info,
java.lang.reflect.Constructor constructor)
AnnotationFinder.MethodInfo
public AnnotationFinder.MethodInfo(AnnotationFinder.ClassInfo info,
java.lang.reflect.Method method)
AnnotationFinder.MethodInfo
public AnnotationFinder.MethodInfo(AnnotationFinder.ClassInfo declarignClass,
java.lang.String name,
java.lang.String descriptor)
getMetaAnnotationName
public java.lang.String getMetaAnnotationName()
- Specified by:
getMetaAnnotationName in interface AnnotationFinder.Info- Overrides:
getMetaAnnotationName in class AnnotationFinder.Annotatable
getDeclaredAnnotations
public java.lang.annotation.Annotation[] getDeclaredAnnotations()
- Specified by:
getDeclaredAnnotations in interface AnnotationFinder.Info- Overrides:
getDeclaredAnnotations in class AnnotationFinder.Annotatable
isConstructor
public boolean isConstructor()
getParameterAnnotations
public java.util.List<java.util.List<AnnotationFinder.AnnotationInfo>> getParameterAnnotations()
getParameterAnnotations
public java.util.List<AnnotationFinder.AnnotationInfo> getParameterAnnotations(int index)
getName
public java.lang.String getName()
- Specified by:
getName in interface AnnotationFinder.Info
getDeclaringClass
public AnnotationFinder.ClassInfo getDeclaringClass()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
get
public java.lang.reflect.Member get()
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.