Class 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
    • Constructor Detail

      • CoreExtension

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