Class GeneratedTemplateSupport<T>
java.lang.Object
com.blackbuild.klum.ast.runtime.generated.GeneratedTemplateSupport<T>
- Type Parameters:
T- the generated model type
Generated-code linkage for the model-package Template adapters emitted by the DSL transformation.
This is not a supported handwritten client API or general extension SPI. Generated schema classes
may link this type; their model-package Foo_DSL.TemplateScope contract remains the public API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate()Deprecated.Create(groovy.lang.Closure<?> configuration) Deprecated.UseFoo.Create.Template.With(configuration)for the matching DSL model type.Deprecated.UseFoo.Create.Template.With(configMap)for the matching DSL model type.Deprecated.UseFoo.Create.Template.With(configMap, configuration)for the matching DSL model type.CreateFrom(File scriptFile) Deprecated.UseFoo.Create.Template.From(scriptFile)for the matching DSL model type.CreateFrom(File scriptFile, ClassLoader loader) Deprecated.UseFoo.Create.Template.From(scriptFile, loader)for the matching DSL model type.CreateFrom(URL scriptUrl) Deprecated.UseFoo.Create.Template.From(scriptUrl)for the matching DSL model type.CreateFrom(URL scriptUrl, ClassLoader loader) Deprecated.UseFoo.Create.Template.From(scriptUrl, loader)for the matching DSL model type.<C> C<C> C<C> C<C> C
-
Constructor Details
-
GeneratedTemplateSupport
-
-
Method Details
-
With
-
With
-
WithAll
-
WithAll
-
Create
Deprecated.UseFoo.Create.Template.With()for the matching DSL model type. -
Create
@Deprecated(since="4.0") public T Create(Map<String, ?> configMap, groovy.lang.Closure<?> configuration) Deprecated.UseFoo.Create.Template.With(configMap, configuration)for the matching DSL model type. -
Create
Deprecated.UseFoo.Create.Template.With(configuration)for the matching DSL model type. -
Create
Deprecated.UseFoo.Create.Template.With(configMap)for the matching DSL model type. -
CreateFrom
Deprecated.UseFoo.Create.Template.From(scriptFile)for the matching DSL model type. -
CreateFrom
Deprecated.UseFoo.Create.Template.From(scriptFile, loader)for the matching DSL model type. -
CreateFrom
Deprecated.UseFoo.Create.Template.From(scriptUrl)for the matching DSL model type. -
CreateFrom
Deprecated.UseFoo.Create.Template.From(scriptUrl, loader)for the matching DSL model type.
-
Foo.Create.Template.With()for the matching DSL model type.