public class io.vertx.ext.web.impl.RoutingContextWrapper extends io.vertx.ext.web.impl.RoutingContextImplBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.impl.RoutingContextWrapper
  super_class: io.vertx.ext.web.impl.RoutingContextImplBase
{
  protected final io.vertx.ext.web.RoutingContext inner;
    descriptor: Lio/vertx/ext/web/RoutingContext;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private final java.lang.String mountPoint;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, java.util.Set<io.vertx.ext.web.impl.RouteImpl>, io.vertx.ext.web.RoutingContext);
    descriptor: (Ljava/lang/String;Ljava/util/Set;Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // java.lang.String mountPoint
        start local 2 // java.util.Set iter
        start local 3 // io.vertx.ext.web.RoutingContext inner
         0: .line 48
            aload 0 /* this */
            aload 1 /* mountPoint */
            aload 2 /* iter */
            invokespecial io.vertx.ext.web.impl.RoutingContextImplBase.<init>:(Ljava/lang/String;Ljava/util/Set;)V
         1: .line 49
            aload 0 /* this */
            aload 3 /* inner */
            putfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
         2: .line 50
            aload 3 /* inner */
            invokeinterface io.vertx.ext.web.RoutingContext.mountPoint:()Ljava/lang/String;
            astore 4 /* parentMountPoint */
        start local 4 // java.lang.String parentMountPoint
         3: .line 51
            aload 4 /* parentMountPoint */
            ifnonnull 6
         4: .line 53
            aload 0 /* this */
            aload 1 /* mountPoint */
            putfield io.vertx.ext.web.impl.RoutingContextWrapper.mountPoint:Ljava/lang/String;
         5: .line 54
            goto 13
         6: .line 57
      StackMap locals: io.vertx.ext.web.impl.RoutingContextWrapper java.lang.String java.util.Set io.vertx.ext.web.RoutingContext java.lang.String
      StackMap stack:
            ldc "/"
            aload 1 /* mountPoint */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 58
            aload 0 /* this */
            aload 4 /* parentMountPoint */
            putfield io.vertx.ext.web.impl.RoutingContextWrapper.mountPoint:Ljava/lang/String;
         8: .line 59
            goto 13
         9: .line 61
      StackMap locals:
      StackMap stack:
            ldc "/"
            aload 4 /* parentMountPoint */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
        10: .line 62
            aload 0 /* this */
            aload 1 /* mountPoint */
            putfield io.vertx.ext.web.impl.RoutingContextWrapper.mountPoint:Ljava/lang/String;
        11: .line 63
            goto 13
        12: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 4 /* parentMountPoint */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* mountPoint */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield io.vertx.ext.web.impl.RoutingContextWrapper.mountPoint:Ljava/lang/String;
        13: .line 69
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String parentMountPoint
        end local 3 // io.vertx.ext.web.RoutingContext inner
        end local 2 // java.util.Set iter
        end local 1 // java.lang.String mountPoint
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   14     0              this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0   14     1        mountPoint  Ljava/lang/String;
            0   14     2              iter  Ljava/util/Set<Lio/vertx/ext/web/impl/RouteImpl;>;
            0   14     3             inner  Lio/vertx/ext/web/RoutingContext;
            3   14     4  parentMountPoint  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/util/Set<Lio/vertx/ext/web/impl/RouteImpl;>;Lio/vertx/ext/web/RoutingContext;)V
    MethodParameters:
            Name  Flags
      mountPoint  
      iter        
      inner       

  public io.vertx.ext.web.impl.RoutingContextInternal visitHandler(int);
    descriptor: (I)Lio/vertx/ext/web/impl/RoutingContextInternal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // int id
         0: .line 73
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            checkcast io.vertx.ext.web.impl.RoutingContextInternal
            iload 1 /* id */
            invokeinterface io.vertx.ext.web.impl.RoutingContextInternal.visitHandler:(I)Lio/vertx/ext/web/impl/RoutingContextInternal;
            areturn
        end local 1 // int id
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1    id  I
    MethodParameters:
      Name  Flags
      id    

  public boolean seenHandler(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // int id
         0: .line 78
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            checkcast io.vertx.ext.web.impl.RoutingContextInternal
            iload 1 /* id */
            invokeinterface io.vertx.ext.web.impl.RoutingContextInternal.seenHandler:(I)Z
            ireturn
        end local 1 // int id
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1    id  I
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.core.http.HttpServerRequest request();
    descriptor: ()Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 83
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.request:()Lio/vertx/core/http/HttpServerRequest;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public io.vertx.core.http.HttpServerResponse response();
    descriptor: ()Lio/vertx/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 88
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.response:()Lio/vertx/core/http/HttpServerResponse;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public void fail(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // int statusCode
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            iload 1 /* statusCode */
            invokeinterface io.vertx.ext.web.RoutingContext.fail:(I)V
         1: .line 94
            return
        end local 1 // int statusCode
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    2     1  statusCode  I
    MethodParameters:
            Name  Flags
      statusCode  

  public void fail(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // java.lang.Throwable throwable
         0: .line 98
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* throwable */
            invokeinterface io.vertx.ext.web.RoutingContext.fail:(Ljava/lang/Throwable;)V
         1: .line 99
            return
        end local 1 // java.lang.Throwable throwable
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    2     1  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      throwable  

  public void fail(int, java.lang.Throwable);
    descriptor: (ILjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // int statusCode
        start local 2 // java.lang.Throwable throwable
         0: .line 103
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            iload 1 /* statusCode */
            aload 2 /* throwable */
            invokeinterface io.vertx.ext.web.RoutingContext.fail:(ILjava/lang/Throwable;)V
         1: .line 104
            return
        end local 2 // java.lang.Throwable throwable
        end local 1 // int statusCode
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    2     1  statusCode  I
            0    2     2   throwable  Ljava/lang/Throwable;
    MethodParameters:
            Name  Flags
      statusCode  
      throwable   

  public io.vertx.ext.web.RoutingContext put(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/ext/web/RoutingContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object obj
         0: .line 108
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* key */
            aload 2 /* obj */
            invokeinterface io.vertx.ext.web.RoutingContext.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/ext/web/RoutingContext;
            pop
         1: .line 109
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object obj
        end local 1 // java.lang.String key
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    2     1   key  Ljava/lang/String;
            0    2     2   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   
      obj   

  public <T> T get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // java.lang.String key
         0: .line 114
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* key */
            invokeinterface io.vertx.ext.web.RoutingContext.get:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String key
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1   key  Ljava/lang/String;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)TT;
    MethodParameters:
      Name  Flags
      key   

  public <T> T remove(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // java.lang.String key
         0: .line 119
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* key */
            invokeinterface io.vertx.ext.web.RoutingContext.remove:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String key
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1   key  Ljava/lang/String;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)TT;
    MethodParameters:
      Name  Flags
      key   

  public java.util.Map<java.lang.String, java.lang.Object> data();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 124
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.data:()Ljava/util/Map;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  public io.vertx.core.Vertx vertx();
    descriptor: ()Lio/vertx/core/Vertx;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 129
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.vertx:()Lio/vertx/core/Vertx;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public int addHeadersEndHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // io.vertx.core.Handler handler
         0: .line 134
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.web.RoutingContext.addHeadersEndHandler:(Lio/vertx/core/Handler;)I
            ireturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)I
    MethodParameters:
         Name  Flags
      handler  

  public boolean removeHeadersEndHandler(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // int handlerID
         0: .line 139
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            iload 1 /* handlerID */
            invokeinterface io.vertx.ext.web.RoutingContext.removeHeadersEndHandler:(I)Z
            ireturn
        end local 1 // int handlerID
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1  handlerID  I
    MethodParameters:
           Name  Flags
      handlerID  

  public int addBodyEndHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // io.vertx.core.Handler handler
         0: .line 144
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.web.RoutingContext.addBodyEndHandler:(Lio/vertx/core/Handler;)I
            ireturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)I
    MethodParameters:
         Name  Flags
      handler  

  public boolean removeBodyEndHandler(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // int handlerID
         0: .line 149
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            iload 1 /* handlerID */
            invokeinterface io.vertx.ext.web.RoutingContext.removeBodyEndHandler:(I)Z
            ireturn
        end local 1 // int handlerID
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1  handlerID  I
    MethodParameters:
           Name  Flags
      handlerID  

  public int addEndHandler(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // io.vertx.core.Handler handler
         0: .line 154
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.web.RoutingContext.addEndHandler:(Lio/vertx/core/Handler;)I
            ireturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)I
    MethodParameters:
         Name  Flags
      handler  

  public boolean removeEndHandler(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // int handlerID
         0: .line 159
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            iload 1 /* handlerID */
            invokeinterface io.vertx.ext.web.RoutingContext.removeEndHandler:(I)Z
            ireturn
        end local 1 // int handlerID
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1  handlerID  I
    MethodParameters:
           Name  Flags
      handlerID  

  public void setSession(io.vertx.ext.web.Session);
    descriptor: (Lio/vertx/ext/web/Session;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // io.vertx.ext.web.Session session
         0: .line 164
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* session */
            invokeinterface io.vertx.ext.web.RoutingContext.setSession:(Lio/vertx/ext/web/Session;)V
         1: .line 165
            return
        end local 1 // io.vertx.ext.web.Session session
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    2     1  session  Lio/vertx/ext/web/Session;
    MethodParameters:
         Name  Flags
      session  

  public io.vertx.ext.web.Session session();
    descriptor: ()Lio/vertx/ext/web/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 169
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.session:()Lio/vertx/ext/web/Session;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public boolean isSessionAccessed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 174
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.isSessionAccessed:()Z
            ireturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public void setUser(io.vertx.ext.auth.User);
    descriptor: (Lio/vertx/ext/auth/User;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // io.vertx.ext.auth.User user
         0: .line 179
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* user */
            invokeinterface io.vertx.ext.web.RoutingContext.setUser:(Lio/vertx/ext/auth/User;)V
         1: .line 180
            return
        end local 1 // io.vertx.ext.auth.User user
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    2     1  user  Lio/vertx/ext/auth/User;
    MethodParameters:
      Name  Flags
      user  

  public void clearUser();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 184
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.clearUser:()V
         1: .line 185
            return
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public io.vertx.ext.auth.User user();
    descriptor: ()Lio/vertx/ext/auth/User;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 189
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.user:()Lio/vertx/ext/auth/User;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public void next();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 194
            aload 0 /* this */
            invokespecial io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext:()Z
            ifne 3
         1: .line 197
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            checkcast io.vertx.ext.web.impl.RoutingContextInternal
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.matchFailure:I
            invokeinterface io.vertx.ext.web.impl.RoutingContextInternal.setMatchFailure:(I)Lio/vertx/ext/web/impl/RoutingContextInternal;
            pop
         2: .line 198
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.next:()V
         3: .line 200
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public boolean failed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 204
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.failed:()Z
            ireturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public java.lang.Throwable failure();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 209
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.failure:()Ljava/lang/Throwable;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public int statusCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 214
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.statusCode:()I
            ireturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public java.lang.String mountPoint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 219
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.mountPoint:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public java.lang.String normalizedPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 224
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.normalizedPath:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public io.vertx.core.http.Cookie getCookie(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/Cookie;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // java.lang.String name
         0: .line 229
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* name */
            invokeinterface io.vertx.ext.web.RoutingContext.getCookie:(Ljava/lang/String;)Lio/vertx/core/http/Cookie;
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.ext.web.RoutingContext addCookie(io.vertx.core.http.Cookie);
    descriptor: (Lio/vertx/core/http/Cookie;)Lio/vertx/ext/web/RoutingContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // io.vertx.core.http.Cookie cookie
         0: .line 234
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* cookie */
            invokeinterface io.vertx.ext.web.RoutingContext.addCookie:(Lio/vertx/core/http/Cookie;)Lio/vertx/ext/web/RoutingContext;
            pop
         1: .line 235
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.Cookie cookie
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    2     1  cookie  Lio/vertx/core/http/Cookie;
    MethodParameters:
        Name  Flags
      cookie  

  public io.vertx.core.http.Cookie removeCookie(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lio/vertx/core/http/Cookie;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // java.lang.String name
        start local 2 // boolean invalidate
         0: .line 240
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* name */
            iload 2 /* invalidate */
            invokeinterface io.vertx.ext.web.RoutingContext.removeCookie:(Ljava/lang/String;Z)Lio/vertx/core/http/Cookie;
            areturn
        end local 2 // boolean invalidate
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1        name  Ljava/lang/String;
            0    1     2  invalidate  Z
    MethodParameters:
            Name  Flags
      name        
      invalidate  

  public int cookieCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 245
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.cookieCount:()I
            ireturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public java.util.Map<java.lang.String, io.vertx.core.http.Cookie> cookieMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 250
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.cookieMap:()Ljava/util/Map;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lio/vertx/core/http/Cookie;>;

  public java.lang.String getBodyAsString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 255
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.getBodyAsString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public java.lang.String getBodyAsString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // java.lang.String encoding
         0: .line 260
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* encoding */
            invokeinterface io.vertx.ext.web.RoutingContext.getBodyAsString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String encoding
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1  encoding  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      encoding  

  public io.vertx.core.json.JsonObject getBodyAsJson(int);
    descriptor: (I)Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // int maxAllowedLength
         0: .line 265
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            iload 1 /* maxAllowedLength */
            invokeinterface io.vertx.ext.web.RoutingContext.getBodyAsJson:(I)Lio/vertx/core/json/JsonObject;
            areturn
        end local 1 // int maxAllowedLength
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1  maxAllowedLength  I
    MethodParameters:
                  Name  Flags
      maxAllowedLength  

  public io.vertx.core.json.JsonArray getBodyAsJsonArray(int);
    descriptor: (I)Lio/vertx/core/json/JsonArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // int maxAllowedLength
         0: .line 270
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            iload 1 /* maxAllowedLength */
            invokeinterface io.vertx.ext.web.RoutingContext.getBodyAsJsonArray:(I)Lio/vertx/core/json/JsonArray;
            areturn
        end local 1 // int maxAllowedLength
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1  maxAllowedLength  I
    MethodParameters:
                  Name  Flags
      maxAllowedLength  

  public io.vertx.core.buffer.Buffer getBody();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 275
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.getBody:()Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public void setBody(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // io.vertx.core.buffer.Buffer body
         0: .line 280
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* body */
            invokeinterface io.vertx.ext.web.RoutingContext.setBody:(Lio/vertx/core/buffer/Buffer;)V
         1: .line 281
            return
        end local 1 // io.vertx.core.buffer.Buffer body
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    2     1  body  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      body  

  public java.util.Set<io.vertx.ext.web.FileUpload> fileUploads();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 285
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.fileUploads:()Ljava/util/Set;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
    Signature: ()Ljava/util/Set<Lio/vertx/ext/web/FileUpload;>;

  public java.lang.String getAcceptableContentType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 290
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.getAcceptableContentType:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public io.vertx.ext.web.ParsedHeaderValues parsedHeaders();
    descriptor: ()Lio/vertx/ext/web/ParsedHeaderValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 295
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.parsedHeaders:()Lio/vertx/ext/web/ParsedHeaderValues;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public void setAcceptableContentType(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // java.lang.String contentType
         0: .line 300
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* contentType */
            invokeinterface io.vertx.ext.web.RoutingContext.setAcceptableContentType:(Ljava/lang/String;)V
         1: .line 301
            return
        end local 1 // java.lang.String contentType
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    2     1  contentType  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      contentType  

  public void reroute(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String path
         0: .line 305
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* method */
            aload 2 /* path */
            invokeinterface io.vertx.ext.web.RoutingContext.reroute:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)V
         1: .line 306
            return
        end local 2 // java.lang.String path
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    2     1  method  Lio/vertx/core/http/HttpMethod;
            0    2     2    path  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      method  
      path    

  public java.util.Map<java.lang.String, java.lang.String> pathParams();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 310
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.pathParams:()Ljava/util/Map;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public java.lang.String pathParam(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // java.lang.String name
         0: .line 315
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* name */
            invokeinterface io.vertx.ext.web.RoutingContext.pathParam:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1  name  Ljava/lang/String;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.core.MultiMap queryParams();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
         0: .line 320
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.queryParams:()Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextWrapper;

  public io.vertx.core.MultiMap queryParams(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // java.nio.charset.Charset charset
         0: .line 325
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* charset */
            invokeinterface io.vertx.ext.web.RoutingContext.queryParams:(Ljava/nio/charset/Charset;)Lio/vertx/core/MultiMap;
            areturn
        end local 1 // java.nio.charset.Charset charset
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      charset  

  public java.util.List<java.lang.String> queryParam(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
        start local 1 // java.lang.String query
         0: .line 330
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextWrapper.inner:Lio/vertx/ext/web/RoutingContext;
            aload 1 /* query */
            invokeinterface io.vertx.ext.web.RoutingContext.queryParam:(Ljava/lang/String;)Ljava/util/List;
            areturn
        end local 1 // java.lang.String query
        end local 0 // io.vertx.ext.web.impl.RoutingContextWrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/ext/web/impl/RoutingContextWrapper;
            0    1     1  query  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
       Name  Flags
      query  
}
SourceFile: "RoutingContextWrapper.java"