Uses of Record Class
com.azure.runtime.host.utils.templates.TemplateDescriptor
Package
Description
Templating engine and various model types and utility classes for interacting with it.
-
Uses of TemplateDescriptor in com.azure.runtime.host.utils.templates
Modifier and TypeMethodDescriptionTemplateDescriptorsBuilder.build()
Completes the building process and returns the list of configured template descriptors.Modifier and TypeMethodDescriptiondefault List
<TemplateFileOutput> TemplateEngine.process
(Class<?> cls, List<TemplateDescriptor> templateDescriptors, Map<String, Object> context) Processes the template files specified in the template descriptor list, using the context provided.