| Modifier and Type | Method and Description |
|---|---|
Hbs |
Hbs.doWith(BiConsumer<com.github.jknack.handlebars.Handlebars,com.typesafe.config.Config> callback)
Set a handlebars callback.
|
Hbs |
Hbs.doWith(Consumer<com.github.jknack.handlebars.Handlebars> callback)
Set a handlebars callback.
|
Hbs |
Hbs.with(Class<?>... helper)
Append one or more helper classes.
|
Hbs |
Hbs.with(com.github.jknack.handlebars.ValueResolver resolver)
Append a
ValueResolver. |
Copyright © 2019. All rights reserved.