Interface MethodModel
- All Superinterfaces:
AnnotatedElement, Member
- All Known Implementing Classes:
MethodModelImpl
Model to represent a method declaration
-
Nested Class Summary
Nested classes/interfaces inherited from interface Member
Member.Type -
Method Summary
Modifier and TypeMethodDescriptionString[]Returns the parameter types as stringReturns the class or interface model this method belongs to.Returns the method return typeReturns the method signature.Methods inherited from interface AnnotatedElement
getAnnotation, getAnnotations, getName, shortDescMethods inherited from interface Member
getMemberType
-
Method Details
-
getDeclaringType
ExtensibleType<?> getDeclaringType()Returns the class or interface model this method belongs to.- Specified by:
getDeclaringTypein interfaceMember- Returns:
- the class of this method
-
getSignature
-
getReturnType
-
getArgumentTypes
-