Uses of Interface
org.rodnansol.core.generator.template.TemplateCompiler
-
Packages that use TemplateCompiler Package Description org.rodnansol.core.generator.template org.rodnansol.core.generator.writer -
-
Uses of TemplateCompiler in org.rodnansol.core.generator.template
Classes in org.rodnansol.core.generator.template that implement TemplateCompiler Modifier and Type Class Description classHandlebarsTemplateCompilerMethods in org.rodnansol.core.generator.template that return TemplateCompiler Modifier and Type Method Description static TemplateCompilerTemplateCompilerFactory. getDefaultProvidedInstance()Returns the default provided instance which is theHandlebarsTemplateCompiler.static TemplateCompilerTemplateCompilerFactory. getInstance(String templateCompilerName)Returns aTemplateCompilerinstance by its class name.static TemplateCompilerTemplateCompilerFactory. getInstanceByClassName(String className)Instantiates the incoming class by its name. -
Uses of TemplateCompiler in org.rodnansol.core.generator.writer
Constructors in org.rodnansol.core.generator.writer with parameters of type TemplateCompiler Constructor Description AggregationDocumenter(MetadataReader metadataReader, TemplateCompiler templateCompiler, MetadataInputResolverContext metadataInputResolverContext)Documenter(MetadataReader metadataReader, TemplateCompiler templateCompiler, MetadataInputResolverContext metadataInputResolverContext)
-