Package io.micronaut.openapi.generator
Class Formatting.IndentFormatter
java.lang.Object
io.micronaut.openapi.generator.Formatting.IndentFormatter
- All Implemented Interfaces:
com.samskivert.mustache.Mustache.Lambda
- Enclosing class:
- Formatting
public static class Formatting.IndentFormatter
extends Object
implements com.samskivert.mustache.Mustache.Lambda
A lambda that allows indenting its contents.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndentFormatter
public IndentFormatter(int indentSize)
-
-
Method Details
-
execute
public void execute(com.samskivert.mustache.Template.Fragment fragment, Writer writer) throws IOException - Specified by:
execute
in interfacecom.samskivert.mustache.Mustache.Lambda
- Throws:
IOException
-