public interface InterfaceExtension
Modifier and Type | Interface and Description |
---|---|
static interface |
InterfaceExtension.MethodSignature |
Modifier and Type | Method and Description |
---|---|
String |
getInterface()
Get the fully qualified interface name.
|
InterfaceExtension.MethodSignature[] |
getMethods()
Returns an array of MethodSignature declared in the interface class.
|
String |
getStaticHandler()
Get the fully qualified static handler class name.
|
String getInterface()
String getStaticHandler()
InterfaceExtension.MethodSignature[] getMethods()