Class testlambda

java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.aws.template.testlambda
All Implemented Interfaces:
com.fizzed.rocker.RockerModel

public class testlambda extends com.fizzed.rocker.runtime.DefaultRockerModel
  • Constructor Details

    • testlambda

      public testlambda()
  • Method Details

    • getContentType

      public static com.fizzed.rocker.ContentType getContentType()
    • getTemplateName

      public static String getTemplateName()
    • getTemplatePackageName

      public static String getTemplatePackageName()
    • getHeaderHash

      public static String getHeaderHash()
    • getArgumentNames

      public static String[] getArgumentNames()
    • buildTool

      public testlambda buildTool(BuildTool buildTool)
    • buildTool

      public BuildTool buildTool()
    • nativeImage

      public testlambda nativeImage(boolean nativeImage)
    • nativeImage

      public boolean nativeImage()
    • optimized

      public testlambda optimized(boolean optimized)
    • optimized

      public boolean optimized()
    • infrastructureModuleName

      public testlambda infrastructureModuleName(String infrastructureModuleName)
    • infrastructureModuleName

      public String infrastructureModuleName()
    • template

      public static testlambda template(BuildTool buildTool, boolean nativeImage, boolean optimized, String infrastructureModuleName)
    • buildTemplate

      protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate() throws com.fizzed.rocker.RenderingException
      Overrides:
      buildTemplate in class com.fizzed.rocker.runtime.DefaultRockerModel
      Throws:
      com.fizzed.rocker.RenderingException