Class CoreExtension
- java.lang.Object
-
- software.amazon.smithy.aws.cloudformation.schema.fromsmithy.mappers.CoreExtension
-
- All Implemented Interfaces:
Smithy2CfnExtension
public final class CoreExtension extends java.lang.Object implements Smithy2CfnExtension
Registers the core Smithy2CloudFormation functionality.
-
-
Constructor Summary
Constructors Constructor Description CoreExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.-
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
-
-
-
-
Method Detail
-
getCfnMappers
public java.util.List<CfnMapper> 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.
-
-