public class TemplateEngine extends Object
| Constructor and Description |
|---|
TemplateEngine(String template) |
| Modifier and Type | Method and Description |
|---|---|
String |
build(Object context) |
TemplateEngine |
with(String key,
Object value) |
public TemplateEngine(String template)
public TemplateEngine with(String key, Object value)
public String build(Object context) throws GenerationException
GenerationExceptionCopyright © 2021. All rights reserved.