Class JadeTemplateEngine

java.lang.Object
io.vertx.mutiny.ext.web.common.template.TemplateEngine
io.vertx.mutiny.ext.web.templ.jade.JadeTemplateEngine
All Implemented Interfaces:
MutinyDelegate

public class JadeTemplateEngine extends TemplateEngine implements MutinyDelegate
A template engine that uses Jade. The TemplateEngine.unwrap() shall return an object of class

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.