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
- Version:
- $Rev: 1881759 $ $Date: 2020-09-16 10:29:43 +0200 (Wed, 16 Sep 2020) $
-
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) booleantoString()Methods inherited from class AnnotationFinder.Annotatable
getAnnotationsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AnnotationFinder.Info
getAnnotations
-
Constructor Details
-
MethodInfo
-
MethodInfo
-
MethodInfo
-
-
Method Details
-
getDescriptor
-
getMetaAnnotationName
- Specified by:
getMetaAnnotationNamein interfaceAnnotationFinder.Info- Overrides:
getMetaAnnotationNamein classAnnotationFinder.Annotatable
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotationsin interfaceAnnotationFinder.Info- Overrides:
getDeclaredAnnotationsin classAnnotationFinder.Annotatable
-
isConstructor
-
getParameterAnnotations
-
getParameterAnnotations
-
getParameters
-
getName
- Specified by:
getNamein interfaceAnnotationFinder.Info
-
getDeclaringClass
-
toString
-
get
- Throws:
ClassNotFoundException
-