Class cdkhelp
java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.aws.template.cdkhelp
- All Implemented Interfaces:
com.fizzed.rocker.RockerModel
public class cdkhelp
extends com.fizzed.rocker.runtime.DefaultRockerModel
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.fizzed.rocker.runtime.DefaultRockerTemplate
static String[]
static com.fizzed.rocker.ContentType
static String
static String
static String
infrastructureModuleName
(String infrastructureModuleName) boolean
nativeImage
(boolean nativeImage) boolean
optimized
(boolean optimized) static cdkhelp
template
(BuildTool buildTool, boolean nativeImage, boolean optimized, String infrastructureModuleName) Methods inherited from class com.fizzed.rocker.runtime.DefaultRockerModel
doRender, render, render, render, toString
-
Constructor Details
-
cdkhelp
public cdkhelp()
-
-
Method Details
-
getContentType
public static com.fizzed.rocker.ContentType getContentType() -
getTemplateName
-
getTemplatePackageName
-
getHeaderHash
-
getArgumentNames
-
buildTool
-
buildTool
-
nativeImage
-
nativeImage
public boolean nativeImage() -
optimized
-
optimized
public boolean optimized() -
infrastructureModuleName
-
infrastructureModuleName
-
template
-
buildTemplate
protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate() throws com.fizzed.rocker.RenderingException- Overrides:
buildTemplate
in classcom.fizzed.rocker.runtime.DefaultRockerModel
- Throws:
com.fizzed.rocker.RenderingException
-