public interface io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine extends io.vertx.ext.web.common.template.TemplateEngine
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
  super_class: java.lang.Object
{
  public static final org.thymeleaf.templatemode.TemplateMode DEFAULT_TEMPLATE_MODE;
    descriptor: Lorg/thymeleaf/templatemode/TemplateMode;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 35
            getstatic org.thymeleaf.templatemode.TemplateMode.HTML:Lorg/thymeleaf/templatemode/TemplateMode;
            putstatic io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine.DEFAULT_TEMPLATE_MODE:Lorg/thymeleaf/templatemode/TemplateMode;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/web/templ/thymeleaf/ThymeleafTemplateEngine;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 43
            new io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl
            dup
            aload 0 /* vertx */
            invokespecial io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl.<init>:(Lio/vertx/core/Vertx;)V
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public abstract io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine setMode(org.thymeleaf.templatemode.TemplateMode);
    descriptor: (Lorg/thymeleaf/templatemode/TemplateMode;)Lio/vertx/ext/web/templ/thymeleaf/ThymeleafTemplateEngine;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      mode  

  public abstract org.thymeleaf.TemplateEngine getThymeleafTemplateEngine();
    descriptor: ()Lorg/thymeleaf/TemplateEngine;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
      java.lang.Deprecated()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
}
SourceFile: "ThymeleafTemplateEngine.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()