Class Parameter<E extends Member>
java.lang.Object
org.apache.xbean.finder.Parameter<E>
- All Implemented Interfaces:
AnnotatedElement
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Parameter<Constructor<T>> declaredBy(Constructor<T> ctor, int index) declaredBy(Method method, int index) boolean<T extends Annotation>
TgetAnnotation(Class<T> annotationClass) intgetIndex()protected abstract Annotation[][]inthashCode()booleanisAnnotationPresent(Class<? extends Annotation> annotationClass) toString()Methods inherited from interface AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
-
Method Details
-
getDeclaringExecutable
-
getIndex
-
getAnnotation
- Specified by:
getAnnotationin interfaceAnnotatedElement
-
getAnnotations
- Specified by:
getAnnotationsin interfaceAnnotatedElement
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotationsin interfaceAnnotatedElement
-
isAnnotationPresent
- Specified by:
isAnnotationPresentin interfaceAnnotatedElement
-
equals
-
hashCode
-
toString
-
getParameterAnnotations
-
declaredBy
-
declaredBy
-