Class micronautGradle.Template

java.lang.Object
com.fizzed.rocker.RockerTemplate
com.fizzed.rocker.runtime.DefaultRockerTemplate
io.micronaut.starter.feature.build.gradle.templates.micronautGradle.Template
Enclosing class:
micronautGradle

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

    • dsl

      protected final GradleDsl dsl
    • build

      protected final BuildTool build
    • javaVersion

      protected final String javaVersion
    • dockerfile

      protected final Dockerfile dockerfile
    • dockerfileNative

      protected final Dockerfile dockerfileNative
    • dockerBuilderImages

      protected final List<String> dockerBuilderImages
    • dockerBuilderNativeImages

      protected final List<String> dockerBuilderNativeImages
    • runtime

      protected final String runtime
    • testRuntime

      protected final String testRuntime
    • aotVersion

      protected final String aotVersion
    • incremental

      protected final boolean incremental
    • packageName

      protected final String packageName
    • additionalTestResourceModules

      protected final List<String> additionalTestResourceModules
    • sharedTestResources

      protected final boolean sharedTestResources
    • aotKeys

      protected final Map<String,String> aotKeys
    • lambdaRuntimeMainClass

      protected final String lambdaRuntimeMainClass
    • ignoredAutomaticDependencies

      protected final Set<String> ignoredAutomaticDependencies
  • 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