Class cdkappstack.Template

java.lang.Object
com.fizzed.rocker.RockerTemplate
com.fizzed.rocker.runtime.DefaultRockerTemplate
io.micronaut.starter.feature.aws.template.cdkappstack.Template
Enclosing class:
cdkappstack

public static class cdkappstack.Template extends com.fizzed.rocker.runtime.DefaultRockerTemplate
  • Field Details

    • features

      protected final Features features
    • project

      protected final Project project
    • buildTool

      protected final BuildTool buildTool
    • applicationType

      protected final ApplicationType applicationType
    • architecture

      protected final CpuArchitecture architecture
    • codeModule

      protected final String codeModule
    • artifactPath

      protected final String artifactPath
    • functionId

      protected final String functionId
    • apiId

      protected final String apiId
    • version

      protected final String version
    • handler

      protected final String handler
    • nativeImage

      protected final boolean nativeImage
    • optimized

      protected final boolean optimized
    • jdkVersion

      protected final JdkVersion jdkVersion
  • Constructor Details

  • Method Details

    • __doRender

      protected void __doRender() throws IOException, com.fizzed.rocker.RenderingException
      Specified by:
      __doRender in class com.fizzed.rocker.runtime.DefaultRockerTemplate
      Throws:
      IOException
      com.fizzed.rocker.RenderingException