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