Class ApiGatewayExtension
java.lang.Object
software.amazon.smithy.aws.apigateway.openapi.ApiGatewayExtension
- All Implemented Interfaces:
 Smithy2OpenApiExtension
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionRegisters OpenAPI mappers, classes used to modify and extend the process of converting a Smithy model to OpenAPI.List<SecuritySchemeConverter<? extends Trait>>Registers additional security scheme converters.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.smithy.openapi.fromsmithy.Smithy2OpenApiExtension
getJsonSchemaMappers, getProtocols 
- 
Constructor Details
- 
ApiGatewayExtension
public ApiGatewayExtension() 
 - 
 - 
Method Details
- 
getOpenApiMappers
Description copied from interface:Smithy2OpenApiExtensionRegisters OpenAPI mappers, classes used to modify and extend the process of converting a Smithy model to OpenAPI.- Specified by:
 getOpenApiMappersin interfaceSmithy2OpenApiExtension- Returns:
 - Returns the mappers to register.
 
 - 
getSecuritySchemeConverters
Description copied from interface:Smithy2OpenApiExtensionRegisters additional security scheme converters.- Specified by:
 getSecuritySchemeConvertersin interfaceSmithy2OpenApiExtension- Returns:
 - Returns the converters to register.
 
 
 -