Uses of Interface
gg.jte.extension.api.TemplateDescription
Packages that use TemplateDescription
Package
Description
-
Uses of TemplateDescription in gg.jte.compiler.extensionsupport
Classes in gg.jte.compiler.extensionsupport that implement TemplateDescription -
Uses of TemplateDescription in gg.jte.extension.api
Method parameters in gg.jte.extension.api with type arguments of type TemplateDescriptionModifier and TypeMethodDescriptionJteExtension.generate(JteConfig config, Set<TemplateDescription> templateDescriptions) Perform the file generation. -
Uses of TemplateDescription in gg.jte.extension.api.mocks
Classes in gg.jte.extension.api.mocks that implement TemplateDescriptionModifier and TypeClassDescriptionclassMock implementation to help with testing extensions. -
Uses of TemplateDescription in gg.jte.generated.precompiled.dynamictemplates
Methods in gg.jte.generated.precompiled.dynamictemplates with parameters of type TemplateDescriptionModifier and TypeMethodDescriptionstatic voidJtekmethodGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, TemplateDescription template) static voidJtemethodGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, TemplateDescription template) Method parameters in gg.jte.generated.precompiled.dynamictemplates with type arguments of type TemplateDescriptionModifier and TypeMethodDescriptionstatic voidJtekmainGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, String targetClassName, String interfaceName, JteConfig config, Set<TemplateDescription> templates, Iterable<String> imports, ModelConfig modelConfig) static voidJtemainGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, String targetClassName, String interfaceName, JteConfig config, Set<TemplateDescription> templates, Iterable<String> imports, ModelConfig modelConfig) -
Uses of TemplateDescription in gg.jte.generated.precompiled.interfacetemplates
Methods in gg.jte.generated.precompiled.interfacetemplates with parameters of type TemplateDescriptionModifier and TypeMethodDescriptionstatic voidJtekmethodGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, TemplateDescription template) static voidJtemethodGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, TemplateDescription template) Method parameters in gg.jte.generated.precompiled.interfacetemplates with type arguments of type TemplateDescriptionModifier and TypeMethodDescriptionstatic voidJtekmainGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, String targetClassName, JteConfig config, Set<TemplateDescription> templates, Iterable<String> imports, ModelConfig modelConfig) static voidJtemainGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, String targetClassName, JteConfig config, Set<TemplateDescription> templates, Iterable<String> imports, ModelConfig modelConfig) -
Uses of TemplateDescription in gg.jte.generated.precompiled.statictemplates
Methods in gg.jte.generated.precompiled.statictemplates with parameters of type TemplateDescriptionModifier and TypeMethodDescriptionstatic voidJtekmethodGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, JteConfig config, TemplateDescription template) static voidJtemethodGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, JteConfig config, TemplateDescription template) Method parameters in gg.jte.generated.precompiled.statictemplates with type arguments of type TemplateDescriptionModifier and TypeMethodDescriptionstatic voidJtekmainGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, String targetClassName, String interfaceName, JteConfig config, Set<TemplateDescription> templates, Iterable<String> imports, ModelConfig modelConfig) static voidJtemainGenerated.render(TemplateOutput jteOutput, HtmlInterceptor jteHtmlInterceptor, String targetClassName, String interfaceName, JteConfig config, Set<TemplateDescription> templates, Iterable<String> imports, ModelConfig modelConfig) -
Uses of TemplateDescription in gg.jte.models.generator
Methods in gg.jte.models.generator with parameters of type TemplateDescriptionModifier and TypeMethodDescriptionstatic StringUtil.kotlinTypedParams(TemplateDescription template, boolean includeParamDefaultValue) static StringUtil.methodName(TemplateDescription template) static StringUtil.paramNames(TemplateDescription template) static StringUtil.typedParams(TemplateDescription template) Method parameters in gg.jte.models.generator with type arguments of type TemplateDescriptionModifier and TypeMethodDescriptionModelExtension.generate(JteConfig config, Set<TemplateDescription> templateDescriptions) ModelGenerator.generate(JteConfig config, Set<TemplateDescription> templateDescriptions, ModelConfig modelConfig) -
Uses of TemplateDescription in gg.jte.nativeimage
Method parameters in gg.jte.nativeimage with type arguments of type TemplateDescriptionModifier and TypeMethodDescriptionNativeResourcesExtension.generate(JteConfig config, Set<TemplateDescription> templateDescriptions)