public interface io.vertx.ext.web.templ.mvel.MVELTemplateEngine 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.mvel.MVELTemplateEngine
  super_class: java.lang.Object
{
  public static final java.lang.String DEFAULT_TEMPLATE_EXTENSION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "templ"

  public static io.vertx.ext.web.templ.mvel.MVELTemplateEngine create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/web/templ/mvel/MVELTemplateEngine;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 43
            new io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl
            dup
            aload 0 /* vertx */
            ldc "templ"
            invokespecial io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl.<init>:(Lio/vertx/core/Vertx;Ljava/lang/String;)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 static io.vertx.ext.web.templ.mvel.MVELTemplateEngine create(io.vertx.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/web/templ/mvel/MVELTemplateEngine;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // java.lang.String extension
         0: .line 52
            new io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl
            dup
            aload 0 /* vertx */
            aload 1 /* extension */
            invokespecial io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl.<init>:(Lio/vertx/core/Vertx;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String extension
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0      vertx  Lio/vertx/core/Vertx;
            0    1     1  extension  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      vertx      
      extension  
}
SourceFile: "MVELTemplateEngine.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()