public final class Smithy2OpenApi extends java.lang.Object implements SmithyBuildPlugin
This plugin requires a setting named "service" that is the Shape ID of the Smithy service shape to convert to OpenAPI.
This plugin is configured using OpenApiConfig.
| Constructor and Description |
|---|
Smithy2OpenApi() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(PluginContext context)
Executes the plugin, creating any number of artifacts.
|
java.lang.String |
getName()
Gets the name of the plugin.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateServiceFactory, createServiceFactory, createServiceFactory, isSerial, requiresValidModelpublic java.lang.String getName()
SmithyBuildPlugingetName in interface SmithyBuildPluginpublic void execute(PluginContext context)
SmithyBuildPluginexecute in interface SmithyBuildPlugincontext - Plugin context for build execution.