public class UppercaseLambda extends Object implements com.github.jknack.handlebars.Lambda
additionalProperties.put("uppercase", new UppercaseLambda());
Use:
{{#uppercase}}{{summary}}{{/uppercase}}
| Constructor and Description |
|---|
UppercaseLambda() |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(Object o,
com.github.jknack.handlebars.Template template) |
public Object apply(Object o, com.github.jknack.handlebars.Template template) throws IOException
apply in interface com.github.jknack.handlebars.LambdaIOExceptionCopyright © 2022. All rights reserved.