Class ApiGatewayExtension
java.lang.Object
software.amazon.smithy.aws.apigateway.openapi.ApiGatewayExtension
- All Implemented Interfaces:
Smithy2OpenApiExtension
-
Constructor Summary
-
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, wait
Methods inherited from interface software.amazon.smithy.openapi.fromsmithy.Smithy2OpenApiExtension
getJsonSchemaMappers, getProtocols
-
Constructor Details
-
ApiGatewayExtension
public ApiGatewayExtension()
-
-
Method Details
-
getOpenApiMappers
Description copied from interface:Smithy2OpenApiExtension
Registers OpenAPI mappers, classes used to modify and extend the process of converting a Smithy model to OpenAPI.- Specified by:
getOpenApiMappers
in interfaceSmithy2OpenApiExtension
- Returns:
- Returns the mappers to register.
-
getSecuritySchemeConverters
Description copied from interface:Smithy2OpenApiExtension
Registers additional security scheme converters.- Specified by:
getSecuritySchemeConverters
in interfaceSmithy2OpenApiExtension
- Returns:
- Returns the converters to register.
-