Class AsciidoctorTableCellContentLambda
java.lang.Object
org.springframework.restdocs.templates.mustache.AsciidoctorTableCellContentLambda
- All Implemented Interfaces:
org.springframework.restdocs.mustache.Mustache.Lambda
public final class AsciidoctorTableCellContentLambda
extends Object
implements org.springframework.restdocs.mustache.Mustache.Lambda
A
Mustache.Lambda
that escapes |
characters so that the do not break the table's
formatting.- Since:
- 1.1.0
- Author:
- Andy Wilkinson
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AsciidoctorTableCellContentLambda
public AsciidoctorTableCellContentLambda()
-
-
Method Details
-
execute
public void execute(org.springframework.restdocs.mustache.Template.Fragment fragment, Writer writer) throws IOException - Specified by:
execute
in interfaceorg.springframework.restdocs.mustache.Mustache.Lambda
- Throws:
IOException
-