Interface Parameter
- All Superinterfaces:
AnnotatedElement
Denote a parameter to a method
-
Method Summary
Modifier and TypeMethodDescriptionParameters of a method are ordered based on the method declaration.getType()
Returns the parameter typeMethods inherited from interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
getAnnotation, getAnnotations, getName, shortDesc
-
Method Details
-
getMethod
MethodModel getMethod()Parameters of a method are ordered based on the method declaration.- Returns:
- the method declaring this parameter
-
getType
ExtensibleType<?> getType()Returns the parameter type- Returns:
- parameter type
-