public static interface InterfaceExtension.MethodSignature
Modifier and Type | Method and Description |
---|---|
String[] |
getExceptionTypes()
Returns the fully qualified type name of the exception types.
|
String |
getName()
Returns the name of the method.
|
String[] |
getParameterTypes()
Returns the fully qualified type name of the parameter types in order.
|
String |
getReturnType()
Returns the fully qualified type name of the return value or 'void' for no return value.
|
String getName()
String getReturnType()
String[] getParameterTypes()
String[] getExceptionTypes()