java.lang.Object
software.amazon.smithy.aws.cloudformation.schema.fromsmithy.mappers.CoreExtension
All Implemented Interfaces:
Smithy2CfnExtension

public final class CoreExtension extends Object implements Smithy2CfnExtension
Registers the core Smithy2CloudFormation functionality.
  • Constructor Details

    • CoreExtension

      public CoreExtension()
  • Method Details

    • getCfnMappers

      public 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 interface Smithy2CfnExtension
      Returns:
      Returns the mappers to register.