@Validated
public interface ITemplateEngine
| Modifier and Type | Method and Description |
|---|---|
String |
renderTemplate(@NotNull @Valid TemplateInstanceBean template)
Render the indicated
template without variables to generate output. |
String renderTemplate(@NotNull @Valid @NotNull @Valid TemplateInstanceBean template)
template without variables to generate output.template - The template definitionCopyright © 2021 Albirar. All rights reserved.