Interface Parameter
-
- All Superinterfaces:
AnnotatedElement
public interface Parameter extends AnnotatedElement
Denote a parameter to a method
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodModel
getMethod()
Parameters of a method are ordered based on the method declaration.ExtensibleType<?>
getType()
Returns the parameter type-
Methods inherited from interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
getAnnotation, getAnnotations, getName, shortDesc
-
-
-
-
Method Detail
-
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
-
-