Class FreeMarkerTemplateEngine

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

public class FreeMarkerTemplateEngine extends TemplateEngine implements MutinyDelegate
A template engine that uses the FreeMarker library. The TemplateEngine.unwrap() shall return an object of class Configuration

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