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.
|
String |
getReturnType()
Returns the method return type
|
String |
getSignature()
Returns the method signature.
|
getMemberType
getAnnotation, getAnnotations, getName, shortDesc
ExtensibleType<?> getDeclaringType()
getDeclaringType
in interface Member
String getSignature()
String getReturnType()
String[] getArgumentTypes()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.