public class io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl implements io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl
  super_class: java.lang.Object
{
  private final org.thymeleaf.TemplateEngine templateEngine;
    descriptor: Lorg/thymeleaf/TemplateEngine;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$ResourceTemplateResolver templateResolver;
    descriptor: Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl$ResourceTemplateResolver;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            new org.thymeleaf.TemplateEngine
            dup
            invokespecial org.thymeleaf.TemplateEngine.<init>:()V
            putfield io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl.templateEngine:Lorg/thymeleaf/TemplateEngine;
         2: .line 54
            new io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$ResourceTemplateResolver
            dup
            aload 1 /* vertx */
            invokespecial io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$ResourceTemplateResolver.<init>:(Lio/vertx/core/Vertx;)V
            astore 2 /* templateResolver */
        start local 2 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$ResourceTemplateResolver templateResolver
         3: .line 55
            aload 2 /* templateResolver */
            invokestatic io.vertx.ext.web.common.WebEnvironment.development:()Z
            ifeq 4
            iconst_0
            goto 5
      StackMap locals: io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl io.vertx.core.Vertx io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$ResourceTemplateResolver
      StackMap stack: io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$ResourceTemplateResolver
         4: iconst_1
      StackMap locals: io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl io.vertx.core.Vertx io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$ResourceTemplateResolver
      StackMap stack: io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$ResourceTemplateResolver int
         5: invokevirtual io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$ResourceTemplateResolver.setCacheable:(Z)V
         6: .line 56
            aload 2 /* templateResolver */
            getstatic io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine.DEFAULT_TEMPLATE_MODE:Lorg/thymeleaf/templatemode/TemplateMode;
            invokevirtual io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$ResourceTemplateResolver.setTemplateMode:(Lorg/thymeleaf/templatemode/TemplateMode;)V
         7: .line 58
            aload 0 /* this */
            aload 2 /* templateResolver */
            putfield io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl.templateResolver:Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl$ResourceTemplateResolver;
         8: .line 59
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl.templateEngine:Lorg/thymeleaf/TemplateEngine;
            aload 2 /* templateResolver */
            invokevirtual org.thymeleaf.TemplateEngine.setTemplateResolver:(Lorg/thymeleaf/templateresolver/ITemplateResolver;)V
         9: .line 62
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl.templateEngine:Lorg/thymeleaf/TemplateEngine;
            new io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$1
            dup
            aload 0 /* this */
            invokespecial io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$1.<init>:(Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl;)V
            invokevirtual org.thymeleaf.TemplateEngine.setLinkBuilder:(Lorg/thymeleaf/linkbuilder/ILinkBuilder;)V
        10: .line 69
            return
        end local 2 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$ResourceTemplateResolver templateResolver
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl;
            0   11     1             vertx  Lio/vertx/core/Vertx;
            3   11     2  templateResolver  Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl$ResourceTemplateResolver;
    MethodParameters:
       Name  Flags
      vertx  

  public <T> T unwrap();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl this
         0: .line 73
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl.templateEngine:Lorg/thymeleaf/TemplateEngine;
            areturn
        end local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl;
    Signature: <T:Ljava/lang/Object;>()TT;

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl this
        start local 1 // org.thymeleaf.templatemode.TemplateMode mode
         0: .line 78
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl.templateResolver:Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl$ResourceTemplateResolver;
            aload 1 /* mode */
            invokevirtual io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$ResourceTemplateResolver.setTemplateMode:(Lorg/thymeleaf/templatemode/TemplateMode;)V
         1: .line 79
            aload 0 /* this */
            areturn
        end local 1 // org.thymeleaf.templatemode.TemplateMode mode
        end local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl;
            0    2     1  mode  Lorg/thymeleaf/templatemode/TemplateMode;
    MethodParameters:
      Name  Flags
      mode  

  public org.thymeleaf.TemplateEngine getThymeleafTemplateEngine();
    descriptor: ()Lorg/thymeleaf/TemplateEngine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl this
         0: .line 84
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl.templateEngine:Lorg/thymeleaf/TemplateEngine;
            areturn
        end local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl;

  public void render(java.util.Map<java.lang.String, java.lang.Object>, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>>);
    descriptor: (Ljava/util/Map;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl this
        start local 1 // java.util.Map context
        start local 2 // java.lang.String templateFile
        start local 3 // io.vertx.core.Handler handler
         0: .line 89
            invokestatic io.vertx.core.buffer.Buffer.buffer:()Lio/vertx/core/buffer/Buffer;
            astore 4 /* buffer */
        start local 4 // io.vertx.core.buffer.Buffer buffer
         1: .line 92
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         2: .line 93
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl.templateEngine:Lorg/thymeleaf/TemplateEngine;
            aload 2 /* templateFile */
            new io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$WebIContext
            dup
            aload 1 /* context */
            aload 1 /* context */
            ldc "lang"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            invokespecial io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$WebIContext.<init>:(Ljava/util/Map;Ljava/lang/String;)V
            new io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2
            dup
            aload 0 /* this */
            aload 4 /* buffer */
            invokespecial io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2.<init>:(Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl;Lio/vertx/core/buffer/Buffer;)V
            invokevirtual org.thymeleaf.TemplateEngine.process:(Ljava/lang/String;Lorg/thymeleaf/context/IContext;Ljava/io/Writer;)V
         3: .line 92
            aload 5
            monitorexit
         4: goto 7
      StackMap locals: io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl java.util.Map java.lang.String io.vertx.core.Handler io.vertx.core.buffer.Buffer io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl
      StackMap stack: java.lang.Throwable
         5: aload 5
            monitorexit
         6: athrow
         7: .line 109
      StackMap locals:
      StackMap stack:
            aload 3 /* handler */
            aload 4 /* buffer */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         8: .line 110
            goto 11
      StackMap locals:
      StackMap stack: java.lang.Exception
         9: astore 5 /* ex */
        start local 5 // java.lang.Exception ex
        10: .line 111
            aload 3 /* handler */
            aload 5 /* ex */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // java.lang.Exception ex
        11: .line 113
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.buffer.Buffer buffer
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String templateFile
        end local 1 // java.util.Map context
        end local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl;
            0   12     1       context  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0   12     2  templateFile  Ljava/lang/String;
            0   12     3       handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;
            1   12     4        buffer  Lio/vertx/core/buffer/Buffer;
           10   11     5            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     4       5  any
           5     6       5  any
           1     8       9  Class java.lang.Exception
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;)V
    MethodParameters:
              Name  Flags
      context       
      templateFile  
      handler       
}
SourceFile: "ThymeleafTemplateEngineImpl.java"
NestMembers:
  io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$1  io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2  io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$ResourceTemplateResolver  io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$WebIContext
InnerClasses:
  io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$1
  io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$2
  private ResourceTemplateResolver = io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$ResourceTemplateResolver of io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl
  private WebIContext = io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$WebIContext of io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl