Class GeneratedTemplateFactorySupport<T>

java.lang.Object
com.blackbuild.klum.ast.runtime.generated.GeneratedTemplateFactorySupport<T>
Type Parameters:
T - the generated model type

public final class GeneratedTemplateFactorySupport<T> extends Object
Generated-code linkage for the model-package Template Factory adapters emitted by the DSL transformation.

This is not a supported handwritten client API or general extension SPI. Generated schema classes link this type through their model-package Foo_DSL.Factory.Template contract.

  • Constructor Details

    • GeneratedTemplateFactorySupport

      public GeneratedTemplateFactorySupport(Class<T> type)
  • Method Details

    • With

      public T With()
    • With

      public T With(Map<String,?> configMap, groovy.lang.Closure<?> configuration)
    • With

      public T With(groovy.lang.Closure<?> configuration)
    • With

      public T With(Map<String,?> configMap)
    • From

      public T From(File scriptFile)
    • From

      public T From(File scriptFile, ClassLoader loader)
    • From

      public T From(URL scriptUrl)
    • From

      public T From(URL scriptUrl, ClassLoader loader)