public interface io.vertx.ext.web.templ.FreeMarkerTemplateEngine extends io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.templ.FreeMarkerTemplateEngine
  super_class: java.lang.Object
{
  public static io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/web/templ/freemarker/FreeMarkerTemplateEngine;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 40
            aload 0 /* vertx */
            invokestatic io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/web/templ/freemarker/FreeMarkerTemplateEngine;
            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 void render(RoutingContext, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>>);
    descriptor: (LRoutingContext;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.templ.FreeMarkerTemplateEngine this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tRoutingContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.ext.web.templ.FreeMarkerTemplateEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/templ/FreeMarkerTemplateEngine;
    Signature: (LRoutingContext;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                  Name  Flags
      context           
      templateFileName  
      handler           
}
SourceFile: "FreeMarkerTemplateEngine.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()