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