public interface MethodModel extends Member, AnnotatedElement
Member.Type| Modifier and Type | Method and Description |
|---|---|
String[] |
getArgumentTypes()
Returns the parameter types as string
|
ExtensibleType<?> |
getDeclaringType()
Returns the class or interface model this method belongs to.
|
Parameter |
getParameter(int index)
Return the parameter by index
|
List<Parameter> |
getParameters()
Returns the list of parameter
|
ParameterizedType |
getReturnType()
Returns the method return type
|
String |
getSignature()
Returns the method signature.
|
getMemberTypegetAnnotation, getAnnotations, getName, shortDescExtensibleType<?> getDeclaringType()
getDeclaringType in interface MemberString getSignature()
ParameterizedType getReturnType()
String[] getArgumentTypes()
List<Parameter> getParameters()
Parameter getParameter(int index)
index - Copyright © 2009–2022 Oracle Corporation. All rights reserved.