public class SnakecaseLambda extends Object implements com.samskivert.mustache.Mustache.Lambda
additionalProperties.put("snakecase", new SnakecaseLambda());
Use:
{{#snakecase}}{{summary}}{{/snakecase}}
| Constructor and Description |
|---|
SnakecaseLambda() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(com.samskivert.mustache.Template.Fragment fragment,
Writer writer) |
public void execute(com.samskivert.mustache.Template.Fragment fragment,
Writer writer)
throws IOException
execute in interface com.samskivert.mustache.Mustache.LambdaIOExceptionCopyright © 2021. All rights reserved.