Class CoreExtension
java.lang.Object
software.amazon.smithy.aws.cloudformation.schema.fromsmithy.mappers.CoreExtension
- All Implemented Interfaces:
Smithy2CfnExtension
Registers the core Smithy2CloudFormation functionality.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRegisters CloudFormation mappers, classes used to modify and extend the process of converting a Smithy model to CloudFormation resource schemas.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.aws.cloudformation.schema.fromsmithy.Smithy2CfnExtension
getJsonSchemaMappers
-
Constructor Details
-
CoreExtension
public CoreExtension()
-
-
Method Details
-
getCfnMappers
Description copied from interface:Smithy2CfnExtension
Registers CloudFormation mappers, classes used to modify and extend the process of converting a Smithy model to CloudFormation resource schemas.- Specified by:
getCfnMappers
in interfaceSmithy2CfnExtension
- Returns:
- Returns the mappers to register.
-