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