Uses of Interface
org.rodnansol.core.generator.template.compiler.TemplateCompiler
-
Packages that use TemplateCompiler Package Description org.rodnansol.core.generator.template.compiler org.rodnansol.core.generator.template.handlebars org.rodnansol.core.generator.writer -
-
Uses of TemplateCompiler in org.rodnansol.core.generator.template.compiler
Methods in org.rodnansol.core.generator.template.compiler that return TemplateCompiler Modifier and Type Method Description static TemplateCompilerTemplateCompilerFactory. getDefaultCompiler()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.template.handlebars
Classes in org.rodnansol.core.generator.template.handlebars that implement TemplateCompiler Modifier and Type Class Description classHandlebarsTemplateCompilerFields in org.rodnansol.core.generator.template.handlebars declared as TemplateCompiler Modifier and Type Field Description static TemplateCompilerHandlebarsTemplateCompiler. INSTANCE -
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, PropertyGroupFilterService propertyGroupFilterService)Documenter(MetadataReader metadataReader, TemplateCompiler templateCompiler, MetadataInputResolverContext metadataInputResolverContext, PropertyGroupFilterService propertyGroupFilterService)
-