@SupportedAnnotationPackages(value="ballerina/swagger") public class ClientGeneratorPlugin extends AbstractCompilerPlugin
| Constructor and Description |
|---|
ClientGeneratorPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
codeGenerated(PackageID packageID,
Path binaryPath) |
void |
init(DiagnosticLog diagnosticLog) |
void |
process(PackageNode packageNode) |
void |
process(ServiceNode serviceNode,
List<AnnotationAttachmentNode> annotations) |
process, process, process, process, processclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetCompilerContextpublic void init(DiagnosticLog diagnosticLog)
init in interface CompilerPlugininit in class AbstractCompilerPluginpublic void process(ServiceNode serviceNode, List<AnnotationAttachmentNode> annotations)
process in interface CompilerPluginprocess in class AbstractCompilerPluginpublic void process(PackageNode packageNode)
process in interface CompilerPluginprocess in class AbstractCompilerPluginpublic void codeGenerated(PackageID packageID, Path binaryPath)
codeGenerated in interface CompilerPlugincodeGenerated in class AbstractCompilerPluginCopyright © 2019 WSO2. All rights reserved.