Package 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
-
Constructor Summary
ConstructorsConstructorDescriptionMethodInfo
(AnnotationFinder.ClassInfo info, Constructor constructor) MethodInfo
(AnnotationFinder.ClassInfo info, Method method) MethodInfo
(AnnotationFinder.ClassInfo declarignClass, String name, String descriptor) -
Method Summary
Modifier and TypeMethodDescriptionget()
getName()
getParameterAnnotations
(int index) boolean
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 Details
-
MethodInfo
-
MethodInfo
-
MethodInfo
-
-
Method Details
-
getDescriptor
-
getMetaAnnotationName
- Specified by:
getMetaAnnotationName
in interfaceAnnotationFinder.Info
- Overrides:
getMetaAnnotationName
in classAnnotationFinder.Annotatable
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotations
in interfaceAnnotationFinder.Info
- Overrides:
getDeclaredAnnotations
in classAnnotationFinder.Annotatable
-
isConstructor
-
getParameterAnnotations
-
getParameterAnnotations
-
getParameters
-
getName
- Specified by:
getName
in interfaceAnnotationFinder.Info
-
getDeclaringClass
-
toString
-
get
- Throws:
ClassNotFoundException
-