public class HbsParserFactory extends Object implements ParserFactory
ParserFactory
.Constructor and Description |
---|
HbsParserFactory() |
Modifier and Type | Method and Description |
---|---|
Parser |
create(Handlebars handlebars,
String startDelimiter,
String endDelimiter)
Creates a new
Parser . |
public Parser create(Handlebars handlebars, String startDelimiter, String endDelimiter)
Parser
.create
in interface ParserFactory
handlebars
- The parser owner.startDelimiter
- The start delimiter.endDelimiter
- The end delimiter.Parser
.Copyright © 2021. All rights reserved.