public interface Parser
| Modifier and Type | Method and Description |
|---|---|
Template |
parse(TemplateSource source)
Parse a handlebars input and return a
Template. |
Template parse(TemplateSource source) throws IOException
Template.source - The input to parse. Required.IOException - If the resource cannot be loaded.Copyright © 2021. All rights reserved.