Interface Parser


  • public interface Parser
    The Handlebars Parser.
    Since:
    0.10.0
    • Method Detail

      • parse

        Template parse​(TemplateSource source)
                throws java.io.IOException
        Parse a handlebars input and return a Template.
        Parameters:
        source - The input to parse. Required.
        Returns:
        A new handlebars template.
        Throws:
        java.io.IOException - If the resource cannot be loaded.