public interface Smithy2CfnExtension
Implementations of this interface are discovered through Java SPI.
Modifier and Type | Method and Description |
---|---|
default java.util.List<CfnMapper> |
getCfnMappers()
Registers CloudFormation mappers, classes used to modify and extend the
process of converting a Smithy model to CloudFormation resource schemas.
|
default java.util.List<JsonSchemaMapper> |
getJsonSchemaMappers()
Registers JsonSchema mappers that are used to modify JsonSchema
definitions created from a Smithy model.
|
default java.util.List<CfnMapper> getCfnMappers()
default java.util.List<JsonSchemaMapper> getJsonSchemaMappers()