Class JadeTemplateEngine


  • public class JadeTemplateEngine
    extends TemplateEngine
    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.

    • Field Detail

      • __TYPE_ARG

        public static final io.smallrye.mutiny.vertx.TypeArg<JadeTemplateEngine> __TYPE_ARG
      • DEFAULT_TEMPLATE_EXTENSION

        public static final String DEFAULT_TEMPLATE_EXTENSION
        Default template extension
        See Also:
        Constant Field Values
    • Constructor Detail

      • JadeTemplateEngine

        public JadeTemplateEngine​(io.vertx.ext.web.templ.jade.JadeTemplateEngine delegate)
      • JadeTemplateEngine

        public JadeTemplateEngine​(Object delegate)