public class InterfaceExtensionImpl extends Object implements InterfaceExtension
InterfaceExtension.MethodSignature| Constructor and Description | 
|---|
InterfaceExtensionImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
contains(String fullJavaName)  | 
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 | 
toString()  | 
public boolean contains(String fullJavaName)
public String getStaticHandler()
InterfaceExtensiongetStaticHandler in interface InterfaceExtensionpublic String getInterface()
InterfaceExtensiongetInterface in interface InterfaceExtensionpublic InterfaceExtension.MethodSignature[] getMethods()
InterfaceExtensiongetMethods in interface InterfaceExtension