Package org.apache.xbean.finder
Class AnnotationFinder.ParameterInfo
java.lang.Object
org.apache.xbean.finder.AnnotationFinder.Annotatable
org.apache.xbean.finder.AnnotationFinder.ParameterInfo
- All Implemented Interfaces:
AnnotationFinder.Info
- Enclosing class:
AnnotationFinder
public class AnnotationFinder.ParameterInfo
extends AnnotationFinder.Annotatable
implements AnnotationFinder.Info
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<AnnotationFinder.AnnotationInfo> private final AnnotationFinder.MethodInfo
private final int
private Parameter
<?> -
Constructor Summary
ConstructorsConstructorDescriptionParameterInfo
(AnnotationFinder.MethodInfo parent, int index) ParameterInfo
(AnnotationFinder.MethodInfo parent, Parameter<?> parameter) -
Method Summary
Methods inherited from class org.apache.xbean.finder.AnnotationFinder.Annotatable
getAnnotations, getMetaAnnotationName
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, getMetaAnnotationName
-
Field Details
-
declaringMethod
-
index
private final int index -
annotations
-
parameter
-
-
Constructor Details
-
ParameterInfo
-
ParameterInfo
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceAnnotationFinder.Info
-
get
- Throws:
ClassNotFoundException
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotations
in interfaceAnnotationFinder.Info
- Overrides:
getDeclaredAnnotations
in classAnnotationFinder.Annotatable
-
getDeclaringMethod
-
toString
-