class io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$1 extends org.thymeleaf.linkbuilder.StandardLinkBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$1
  super_class: org.thymeleaf.linkbuilder.StandardLinkBuilder
{
  final io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl this$0;
    descriptor: Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl);
    descriptor: (Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$1 this
         0: .line 62
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$1.this$0:Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl;
            aload 0 /* this */
            invokespecial org.thymeleaf.linkbuilder.StandardLinkBuilder.<init>:()V
            return
        end local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected java.lang.String computeContextPath(org.thymeleaf.context.IExpressionContext, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lorg/thymeleaf/context/IExpressionContext;Ljava/lang/String;Ljava/util/Map;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$1 this
        start local 1 // org.thymeleaf.context.IExpressionContext context
        start local 2 // java.lang.String base
        start local 3 // java.util.Map parameters
         0: .line 66
            ldc "/"
            areturn
        end local 3 // java.util.Map parameters
        end local 2 // java.lang.String base
        end local 1 // org.thymeleaf.context.IExpressionContext context
        end local 0 // io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/templ/thymeleaf/impl/ThymeleafTemplateEngineImpl$1;
            0    1     1     context  Lorg/thymeleaf/context/IExpressionContext;
            0    1     2        base  Ljava/lang/String;
            0    1     3  parameters  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lorg/thymeleaf/context/IExpressionContext;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Ljava/lang/String;
    MethodParameters:
            Name  Flags
      context     final
      base        final
      parameters  final
}
SourceFile: "ThymeleafTemplateEngineImpl.java"
EnclosingMethod: io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl.<init>:(Lio/vertx/core/Vertx;)V
NestHost: io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl
InnerClasses:
  io.vertx.ext.web.templ.thymeleaf.impl.ThymeleafTemplateEngineImpl$1