public interface InterfaceFab
ClassFab
used to create new interfaces.Modifier and Type | Method and Description |
---|---|
void |
addInterface(java.lang.Class interfaceClass)
Adds the specified interface as an interface extended by this interface.
|
void |
addMethod(MethodSignature signature)
Adds the method to the interface.
|
java.lang.Class |
createInterface()
Creates a Class object for the fabricated interface.
|
void addInterface(java.lang.Class interfaceClass)
void addMethod(MethodSignature signature)
java.lang.Class createInterface()