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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AnnotationFinder.ClassInfoprivate final Stringprivate Memberprivate final Stringprivate final List<List<AnnotationFinder.AnnotationInfo>> private final List<AnnotationFinder.ParameterInfo> -
Constructor Summary
ConstructorsConstructorDescriptionMethodInfo(AnnotationFinder.ClassInfo info, Constructor constructor) MethodInfo(AnnotationFinder.ClassInfo info, Method method) MethodInfo(AnnotationFinder.ClassInfo declarignClass, String name, String descriptor) -
Method Summary
Methods inherited from class org.apache.xbean.finder.AnnotationFinder.Annotatable
getAnnotationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.xbean.finder.AnnotationFinder.Info
getAnnotations
-
Field Details
-
declaringClass
-
descriptor
-
name
-
parameterAnnotations
-
parameters
-
method
-
-
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
public boolean isConstructor() -
getParameterAnnotations
-
getParameterAnnotations
-
getParameters
-
getName
- Specified by:
getNamein interfaceAnnotationFinder.Info
-
getDeclaringClass
-
toString
-
get
- Throws:
ClassNotFoundException
-
toMethod
- Throws:
ClassNotFoundException
-