public class io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl extends io.vertx.ext.web.common.template.CachingTemplateEngine<freemarker.template.Template> implements io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl
  super_class: io.vertx.ext.web.common.template.CachingTemplateEngine
{
  private final freemarker.template.Configuration config;
    descriptor: Lfreemarker/template/Configuration;
    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=2, args_size=2
        start local 0 // io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 42
            aload 0 /* this */
            ldc "ftl"
            sipush 10000
            invokespecial io.vertx.ext.web.common.template.CachingTemplateEngine.<init>:(Ljava/lang/String;I)V
         1: .line 44
            aload 0 /* this */
            new freemarker.template.Configuration
            dup
            getstatic freemarker.template.Configuration.VERSION_2_3_28:Lfreemarker/template/Version;
            invokespecial freemarker.template.Configuration.<init>:(Lfreemarker/template/Version;)V
            putfield io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl.config:Lfreemarker/template/Configuration;
         2: .line 45
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl.config:Lfreemarker/template/Configuration;
            new io.vertx.ext.web.templ.freemarker.impl.VertxWebObjectWrapper
            dup
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl.config:Lfreemarker/template/Configuration;
            invokevirtual freemarker.template.Configuration.getIncompatibleImprovements:()Lfreemarker/template/Version;
            invokespecial io.vertx.ext.web.templ.freemarker.impl.VertxWebObjectWrapper.<init>:(Lfreemarker/template/Version;)V
            invokevirtual freemarker.template.Configuration.setObjectWrapper:(Lfreemarker/template/ObjectWrapper;)V
         3: .line 46
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl.config:Lfreemarker/template/Configuration;
            new io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateLoader
            dup
            aload 1 /* vertx */
            invokespecial io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateLoader.<init>:(Lio/vertx/core/Vertx;)V
            invokevirtual freemarker.template.Configuration.setTemplateLoader:(Lfreemarker/cache/TemplateLoader;)V
         4: .line 47
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl.config:Lfreemarker/template/Configuration;
            new freemarker.cache.NullCacheStorage
            dup
            invokespecial freemarker.cache.NullCacheStorage.<init>:()V
            invokevirtual freemarker.template.Configuration.setCacheStorage:(Lfreemarker/cache/CacheStorage;)V
         5: .line 48
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/ext/web/templ/freemarker/impl/FreeMarkerTemplateEngineImpl;
            0    6     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine setExtension(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/templ/freemarker/FreeMarkerTemplateEngine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl this
        start local 1 // java.lang.String extension
         0: .line 52
            aload 0 /* this */
            aload 1 /* extension */
            invokevirtual io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl.doSetExtension:(Ljava/lang/String;)V
         1: .line 53
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String extension
        end local 0 // io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/web/templ/freemarker/impl/FreeMarkerTemplateEngineImpl;
            0    2     1  extension  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      extension  

  public io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine setMaxCacheSize(int);
    descriptor: (I)Lio/vertx/ext/web/templ/freemarker/FreeMarkerTemplateEngine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl this
        start local 1 // int maxCacheSize
         0: .line 58
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl.cache:Lio/vertx/ext/web/common/template/impl/ConcurrentLRUCache;
            iload 1 /* maxCacheSize */
            invokevirtual io.vertx.ext.web.common.template.impl.ConcurrentLRUCache.setMaxSize:(I)V
         1: .line 59
            aload 0 /* this */
            areturn
        end local 1 // int maxCacheSize
        end local 0 // io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/ext/web/templ/freemarker/impl/FreeMarkerTemplateEngineImpl;
            0    2     1  maxCacheSize  I
    MethodParameters:
              Name  Flags
      maxCacheSize  

  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=5, locals=8, args_size=4
        start local 0 // io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl 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 65
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl.isCachingEnabled:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl.cache:Lio/vertx/ext/web/common/template/impl/ConcurrentLRUCache;
            aload 2 /* templateFile */
            invokevirtual io.vertx.ext.web.common.template.impl.ConcurrentLRUCache.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast freemarker.template.Template
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: freemarker.template.Template
         2: astore 4 /* template */
        start local 4 // freemarker.template.Template template
         3: .line 66
            aload 4 /* template */
            ifnonnull 12
         4: .line 68
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         5: .line 70
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl.config:Lfreemarker/template/Configuration;
            aload 0 /* this */
            aload 2 /* templateFile */
            invokevirtual io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl.adjustLocation:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual freemarker.template.Configuration.getTemplate:(Ljava/lang/String;)Lfreemarker/template/Template;
            astore 4 /* template */
         6: .line 68
            aload 5
            monitorexit
         7: goto 10
      StackMap locals: io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl java.util.Map java.lang.String io.vertx.core.Handler freemarker.template.Template io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl
      StackMap stack: java.lang.Throwable
         8: aload 5
            monitorexit
         9: athrow
        10: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl.isCachingEnabled:()Z
            ifeq 12
        11: .line 73
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl.cache:Lio/vertx/ext/web/common/template/impl/ConcurrentLRUCache;
            aload 2 /* templateFile */
            aload 4 /* template */
            invokevirtual io.vertx.ext.web.common.template.impl.ConcurrentLRUCache.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        12: .line 77
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5
            aconst_null
            astore 6
        13: new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 7 /* baos */
        start local 7 // java.io.ByteArrayOutputStream baos
        14: .line 78
            aload 4 /* template */
            aload 1 /* context */
            new java.io.OutputStreamWriter
            dup
            aload 7 /* baos */
            invokespecial java.io.OutputStreamWriter.<init>:(Ljava/io/OutputStream;)V
            invokevirtual freemarker.template.Template.process:(Ljava/lang/Object;Ljava/io/Writer;)V
        15: .line 79
            aload 3 /* handler */
            aload 7 /* baos */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            invokestatic io.vertx.core.buffer.Buffer.buffer:([B)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        16: .line 80
            aload 7 /* baos */
            ifnull 24
            aload 7 /* baos */
            invokevirtual java.io.ByteArrayOutputStream.close:()V
            goto 24
      StackMap locals: io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl java.util.Map java.lang.String io.vertx.core.Handler freemarker.template.Template java.lang.Throwable java.lang.Throwable java.io.ByteArrayOutputStream
      StackMap stack: java.lang.Throwable
        17: astore 5
            aload 7 /* baos */
            ifnull 18
            aload 7 /* baos */
            invokevirtual java.io.ByteArrayOutputStream.close:()V
        end local 7 // java.io.ByteArrayOutputStream baos
      StackMap locals:
      StackMap stack:
        18: aload 5
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        19: astore 6
            aload 5
            ifnonnull 20
            aload 6
            astore 5
            goto 21
      StackMap locals:
      StackMap stack:
        20: aload 5
            aload 6
            if_acmpeq 21
            aload 5
            aload 6
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        21: aload 5
            athrow
        end local 4 // freemarker.template.Template template
        22: .line 82
      StackMap locals: io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl java.util.Map java.lang.String io.vertx.core.Handler
      StackMap stack: java.lang.Exception
            astore 4 /* ex */
        start local 4 // java.lang.Exception ex
        23: .line 83
            aload 3 /* handler */
            aload 4 /* 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 4 // java.lang.Exception ex
        24: .line 85
      StackMap locals:
      StackMap stack:
            return
        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.freemarker.impl.FreeMarkerTemplateEngineImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   25     0          this  Lio/vertx/ext/web/templ/freemarker/impl/FreeMarkerTemplateEngineImpl;
            0   25     1       context  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0   25     2  templateFile  Ljava/lang/String;
            0   25     3       handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;
            3   22     4      template  Lfreemarker/template/Template;
           14   18     7          baos  Ljava/io/ByteArrayOutputStream;
           23   24     4            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           5     7       8  any
           8     9       8  any
          14    16      17  any
          13    19      19  any
           0    22      22  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       
}
Signature: Lio/vertx/ext/web/common/template/CachingTemplateEngine<Lfreemarker/template/Template;>;Lio/vertx/ext/web/templ/freemarker/FreeMarkerTemplateEngine;
SourceFile: "FreeMarkerTemplateEngineImpl.java"