public class io.vertx.reactivex.ext.web.Router implements io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpServerRequest>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.web.Router
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.web.Router> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/web/Router;>;

  private final io.vertx.ext.web.Router delegate;
    descriptor: Lio/vertx/ext/web/Router;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.web.Route> TYPE_ARG_0;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/web/Route;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 72
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/web/Router.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 73
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/web/Router.getDelegate()Lio/vertx/ext/web/Router; (5)
                  (Lio/vertx/reactivex/ext/web/Router;)Ljava/lang/Object;
         2: .line 72
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.web.Router.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 90
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/web/Router.lambda$2(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/web/Router.lambda$3(Lio/vertx/reactivex/ext/web/Route;)Ljava/lang/Object; (6)
                  (Lio/vertx/reactivex/ext/web/Route;)Ljava/lang/Object;
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.web.Router.TYPE_ARG_0:Lio/vertx/lang/rx/TypeArg;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 56
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/Router;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.Object o
         0: .line 61
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 63
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.web.Router
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.web.Router that
         4: .line 64
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.web.Router that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/web/Router;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/web/Router;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 69
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/Router;

  public void <init>(io.vertx.ext.web.Router);
    descriptor: (Lio/vertx/ext/web/Router;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // io.vertx.ext.web.Router delegate
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 79
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
         2: .line 80
            return
        end local 1 // io.vertx.ext.web.Router delegate
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/Router;
            0    3     1  delegate  Lio/vertx/ext/web/Router;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.Object delegate
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.web.Router
            putfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
         2: .line 84
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/Router;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.ext.web.Router getDelegate();
    descriptor: ()Lio/vertx/ext/web/Router;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 87
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/Router;

  public void handle(io.vertx.reactivex.core.http.HttpServerRequest);
    descriptor: (Lio/vertx/reactivex/core/http/HttpServerRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // io.vertx.reactivex.core.http.HttpServerRequest event
         0: .line 97
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* event */
            invokevirtual io.vertx.reactivex.core.http.HttpServerRequest.getDelegate:()Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.ext.web.Router.handle:(Ljava/lang/Object;)V
         1: .line 98
            return
        end local 1 // io.vertx.reactivex.core.http.HttpServerRequest event
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  event  Lio/vertx/reactivex/core/http/HttpServerRequest;
    MethodParameters:
       Name  Flags
      event  

  public static io.vertx.reactivex.ext.web.Router router(io.vertx.reactivex.core.Vertx);
    descriptor: (Lio/vertx/reactivex/core/Vertx;)Lio/vertx/reactivex/ext/web/Router;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.Vertx vertx
         0: .line 106
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            invokestatic io.vertx.ext.web.Router.router:(Lio/vertx/core/Vertx;)Lio/vertx/ext/web/Router;
            invokestatic io.vertx.reactivex.ext.web.Router.newInstance:(Lio/vertx/ext/web/Router;)Lio/vertx/reactivex/ext/web/Router;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.Router ret
         1: .line 107
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.Router ret
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  vertx  Lio/vertx/reactivex/core/Vertx;
            1    2     1    ret  Lio/vertx/reactivex/ext/web/Router;
    MethodParameters:
       Name  Flags
      vertx  

  public io.vertx.reactivex.ext.web.Route route();
    descriptor: ()Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokeinterface io.vertx.ext.web.Router.route:()Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.Route ret
         1: .line 116
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.Route ret
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            1    2     1   ret  Lio/vertx/reactivex/ext/web/Route;

  public io.vertx.reactivex.ext.web.Route route(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String path
         0: .line 126
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* method */
            aload 2 /* path */
            invokeinterface io.vertx.ext.web.Router.route:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.ext.web.Route ret
         1: .line 127
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.ext.web.Route ret
        end local 2 // java.lang.String path
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  method  Lio/vertx/core/http/HttpMethod;
            0    2     2    path  Ljava/lang/String;
            1    2     3     ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
        Name  Flags
      method  
      path    

  public io.vertx.reactivex.ext.web.Route route(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String path
         0: .line 136
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Router.route:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 137
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.reactivex.ext.web.Route routeWithRegex(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String regex
         0: .line 147
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* method */
            aload 2 /* regex */
            invokeinterface io.vertx.ext.web.Router.routeWithRegex:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.ext.web.Route ret
         1: .line 148
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.ext.web.Route ret
        end local 2 // java.lang.String regex
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  method  Lio/vertx/core/http/HttpMethod;
            0    2     2   regex  Ljava/lang/String;
            1    2     3     ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
        Name  Flags
      method  
      regex   

  public io.vertx.reactivex.ext.web.Route routeWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String regex
         0: .line 157
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* regex */
            invokeinterface io.vertx.ext.web.Router.routeWithRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 158
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String regex
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  regex  Ljava/lang/String;
            1    2     2    ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
       Name  Flags
      regex  

  public io.vertx.reactivex.ext.web.Route get();
    descriptor: ()Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 166
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokeinterface io.vertx.ext.web.Router.get:()Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.Route ret
         1: .line 167
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.Route ret
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            1    2     1   ret  Lio/vertx/reactivex/ext/web/Route;

  public io.vertx.reactivex.ext.web.Route get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String path
         0: .line 176
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Router.get:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 177
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.reactivex.ext.web.Route getWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String regex
         0: .line 186
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* regex */
            invokeinterface io.vertx.ext.web.Router.getWithRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 187
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String regex
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  regex  Ljava/lang/String;
            1    2     2    ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
       Name  Flags
      regex  

  public io.vertx.reactivex.ext.web.Route head();
    descriptor: ()Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 195
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokeinterface io.vertx.ext.web.Router.head:()Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.Route ret
         1: .line 196
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.Route ret
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            1    2     1   ret  Lio/vertx/reactivex/ext/web/Route;

  public io.vertx.reactivex.ext.web.Route head(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String path
         0: .line 205
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Router.head:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 206
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.reactivex.ext.web.Route headWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String regex
         0: .line 215
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* regex */
            invokeinterface io.vertx.ext.web.Router.headWithRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 216
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String regex
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  regex  Ljava/lang/String;
            1    2     2    ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
       Name  Flags
      regex  

  public io.vertx.reactivex.ext.web.Route options();
    descriptor: ()Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 224
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokeinterface io.vertx.ext.web.Router.options:()Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.Route ret
         1: .line 225
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.Route ret
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            1    2     1   ret  Lio/vertx/reactivex/ext/web/Route;

  public io.vertx.reactivex.ext.web.Route options(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String path
         0: .line 234
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Router.options:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 235
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.reactivex.ext.web.Route optionsWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String regex
         0: .line 244
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* regex */
            invokeinterface io.vertx.ext.web.Router.optionsWithRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 245
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String regex
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  regex  Ljava/lang/String;
            1    2     2    ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
       Name  Flags
      regex  

  public io.vertx.reactivex.ext.web.Route put();
    descriptor: ()Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 253
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokeinterface io.vertx.ext.web.Router.put:()Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.Route ret
         1: .line 254
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.Route ret
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            1    2     1   ret  Lio/vertx/reactivex/ext/web/Route;

  public io.vertx.reactivex.ext.web.Route put(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String path
         0: .line 263
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Router.put:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 264
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.reactivex.ext.web.Route putWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String regex
         0: .line 273
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* regex */
            invokeinterface io.vertx.ext.web.Router.putWithRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 274
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String regex
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  regex  Ljava/lang/String;
            1    2     2    ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
       Name  Flags
      regex  

  public io.vertx.reactivex.ext.web.Route post();
    descriptor: ()Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 282
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokeinterface io.vertx.ext.web.Router.post:()Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.Route ret
         1: .line 283
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.Route ret
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            1    2     1   ret  Lio/vertx/reactivex/ext/web/Route;

  public io.vertx.reactivex.ext.web.Route post(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String path
         0: .line 292
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Router.post:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 293
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.reactivex.ext.web.Route postWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String regex
         0: .line 302
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* regex */
            invokeinterface io.vertx.ext.web.Router.postWithRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 303
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String regex
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  regex  Ljava/lang/String;
            1    2     2    ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
       Name  Flags
      regex  

  public io.vertx.reactivex.ext.web.Route delete();
    descriptor: ()Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 311
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokeinterface io.vertx.ext.web.Router.delete:()Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.Route ret
         1: .line 312
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.Route ret
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            1    2     1   ret  Lio/vertx/reactivex/ext/web/Route;

  public io.vertx.reactivex.ext.web.Route delete(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String path
         0: .line 321
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Router.delete:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 322
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.reactivex.ext.web.Route deleteWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String regex
         0: .line 331
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* regex */
            invokeinterface io.vertx.ext.web.Router.deleteWithRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 332
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String regex
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  regex  Ljava/lang/String;
            1    2     2    ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
       Name  Flags
      regex  

  public io.vertx.reactivex.ext.web.Route trace();
    descriptor: ()Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 340
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokeinterface io.vertx.ext.web.Router.trace:()Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.Route ret
         1: .line 341
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.Route ret
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            1    2     1   ret  Lio/vertx/reactivex/ext/web/Route;

  public io.vertx.reactivex.ext.web.Route trace(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String path
         0: .line 350
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Router.trace:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 351
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.reactivex.ext.web.Route traceWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String regex
         0: .line 360
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* regex */
            invokeinterface io.vertx.ext.web.Router.traceWithRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 361
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String regex
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  regex  Ljava/lang/String;
            1    2     2    ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
       Name  Flags
      regex  

  public io.vertx.reactivex.ext.web.Route connect();
    descriptor: ()Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 369
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokeinterface io.vertx.ext.web.Router.connect:()Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.Route ret
         1: .line 370
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.Route ret
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            1    2     1   ret  Lio/vertx/reactivex/ext/web/Route;

  public io.vertx.reactivex.ext.web.Route connect(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String path
         0: .line 379
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Router.connect:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 380
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.reactivex.ext.web.Route connectWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String regex
         0: .line 389
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* regex */
            invokeinterface io.vertx.ext.web.Router.connectWithRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 390
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String regex
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  regex  Ljava/lang/String;
            1    2     2    ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
       Name  Flags
      regex  

  public io.vertx.reactivex.ext.web.Route patch();
    descriptor: ()Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 398
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokeinterface io.vertx.ext.web.Router.patch:()Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.Route ret
         1: .line 399
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.Route ret
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            1    2     1   ret  Lio/vertx/reactivex/ext/web/Route;

  public io.vertx.reactivex.ext.web.Route patch(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String path
         0: .line 408
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Router.patch:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 409
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.reactivex.ext.web.Route patchWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String regex
         0: .line 418
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* regex */
            invokeinterface io.vertx.ext.web.Router.patchWithRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.Route ret
         1: .line 419
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.Route ret
        end local 1 // java.lang.String regex
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  regex  Ljava/lang/String;
            1    2     2    ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
       Name  Flags
      regex  

  public java.util.List<io.vertx.reactivex.ext.web.Route> getRoutes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 426
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokeinterface io.vertx.ext.web.Router.getRoutes:()Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/web/Router.lambda$4(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route; (6)
                  (Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            astore 1 /* ret */
        start local 1 // java.util.List ret
         1: .line 427
            aload 1 /* ret */
            areturn
        end local 1 // java.util.List ret
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;
            1    2     1   ret  Ljava/util/List<Lio/vertx/reactivex/ext/web/Route;>;
    Signature: ()Ljava/util/List<Lio/vertx/reactivex/ext/web/Route;>;

  public io.vertx.reactivex.ext.web.Router clear();
    descriptor: ()Lio/vertx/reactivex/ext/web/Router;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Router this
         0: .line 435
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            invokeinterface io.vertx.ext.web.Router.clear:()Lio/vertx/ext/web/Router;
            pop
         1: .line 436
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/Router;

  public io.vertx.reactivex.ext.web.Route mountSubRouter(java.lang.String, io.vertx.reactivex.ext.web.Router);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/ext/web/Router;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // java.lang.String mountPoint
        start local 2 // io.vertx.reactivex.ext.web.Router subRouter
         0: .line 446
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* mountPoint */
            aload 2 /* subRouter */
            invokevirtual io.vertx.reactivex.ext.web.Router.getDelegate:()Lio/vertx/ext/web/Router;
            invokeinterface io.vertx.ext.web.Router.mountSubRouter:(Ljava/lang/String;Lio/vertx/ext/web/Router;)Lio/vertx/ext/web/Route;
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.ext.web.Route ret
         1: .line 447
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.ext.web.Route ret
        end local 2 // io.vertx.reactivex.ext.web.Router subRouter
        end local 1 // java.lang.String mountPoint
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  mountPoint  Ljava/lang/String;
            0    2     2   subRouter  Lio/vertx/reactivex/ext/web/Router;
            1    2     3         ret  Lio/vertx/reactivex/ext/web/Route;
    MethodParameters:
            Name  Flags
      mountPoint  
      subRouter   

  public io.vertx.reactivex.ext.web.Router errorHandler(int, io.vertx.core.Handler<io.vertx.reactivex.ext.web.RoutingContext>);
    descriptor: (ILio/vertx/core/Handler;)Lio/vertx/reactivex/ext/web/Router;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // int statusCode
        start local 2 // io.vertx.core.Handler errorHandler
         0: .line 460
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            iload 1 /* statusCode */
            new io.vertx.reactivex.ext.web.Router$1
            dup
            aload 0 /* this */
            aload 2 /* errorHandler */
            invokespecial io.vertx.reactivex.ext.web.Router$1.<init>:(Lio/vertx/reactivex/ext/web/Router;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.web.Router.errorHandler:(ILio/vertx/core/Handler;)Lio/vertx/ext/web/Router;
            pop
         1: .line 465
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler errorHandler
        end local 1 // int statusCode
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1    statusCode  I
            0    2     2  errorHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/web/RoutingContext;>;
    Signature: (ILio/vertx/core/Handler<Lio/vertx/reactivex/ext/web/RoutingContext;>;)Lio/vertx/reactivex/ext/web/Router;
    MethodParameters:
              Name  Flags
      statusCode    
      errorHandler  

  public void handleContext(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext context
         0: .line 473
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* context */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.Router.handleContext:(Lio/vertx/ext/web/RoutingContext;)V
         1: .line 474
            return
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext context
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  context  Lio/vertx/reactivex/ext/web/RoutingContext;
    MethodParameters:
         Name  Flags
      context  

  public void handleFailure(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext context
         0: .line 481
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* context */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.Router.handleFailure:(Lio/vertx/ext/web/RoutingContext;)V
         1: .line 482
            return
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext context
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  context  Lio/vertx/reactivex/ext/web/RoutingContext;
    MethodParameters:
         Name  Flags
      context  

  public io.vertx.reactivex.ext.web.Router modifiedHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.web.Router>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/web/Router;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // io.vertx.core.Handler handler
         0: .line 491
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            new io.vertx.reactivex.ext.web.Router$2
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.web.Router$2.<init>:(Lio/vertx/reactivex/ext/web/Router;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.web.Router.modifiedHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Router;
            pop
         1: .line 496
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/web/Router;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/web/Router;>;)Lio/vertx/reactivex/ext/web/Router;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.web.Router allowForward(io.vertx.ext.web.AllowForwardHeaders);
    descriptor: (Lio/vertx/ext/web/AllowForwardHeaders;)Lio/vertx/reactivex/ext/web/Router;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.Router this
        start local 1 // io.vertx.ext.web.AllowForwardHeaders allowForwardHeaders
         0: .line 505
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.Router.delegate:Lio/vertx/ext/web/Router;
            aload 1 /* allowForwardHeaders */
            invokeinterface io.vertx.ext.web.Router.allowForward:(Lio/vertx/ext/web/AllowForwardHeaders;)Lio/vertx/ext/web/Router;
            pop
         1: .line 506
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.web.AllowForwardHeaders allowForwardHeaders
        end local 0 // io.vertx.reactivex.ext.web.Router this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/vertx/reactivex/ext/web/Router;
            0    2     1  allowForwardHeaders  Lio/vertx/ext/web/AllowForwardHeaders;
    MethodParameters:
                     Name  Flags
      allowForwardHeaders  

  public static io.vertx.reactivex.ext.web.Router newInstance(io.vertx.ext.web.Router);
    descriptor: (Lio/vertx/ext/web/Router;)Lio/vertx/reactivex/ext/web/Router;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.Router arg
         0: .line 510
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.web.Router
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.web.Router.<init>:(Lio/vertx/ext/web/Router;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.web.Router
         2: areturn
        end local 0 // io.vertx.ext.web.Router arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/web/Router;
    MethodParameters:
      Name  Flags
      arg   

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.core.http.HttpServerRequest
            invokevirtual io.vertx.reactivex.ext.web.Router.handle:(Lio/vertx/reactivex/core/http/HttpServerRequest;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 72
            new io.vertx.reactivex.ext.web.Router
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.web.Router
            invokespecial io.vertx.reactivex.ext.web.Router.<init>:(Lio/vertx/ext/web/Router;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static java.lang.Object lambda$2(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object o1
         0: .line 90
            aload 0 /* o1 */
            checkcast io.vertx.ext.web.Route
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            areturn
        end local 0 // java.lang.Object o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Ljava/lang/Object;

  private static java.lang.Object lambda$3(io.vertx.reactivex.ext.web.Route);
    descriptor: (Lio/vertx/reactivex/ext/web/Route;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.Route o1
         0: .line 90
            aload 0 /* o1 */
            invokevirtual io.vertx.reactivex.ext.web.Route.getDelegate:()Lio/vertx/ext/web/Route;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.Route o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Lio/vertx/reactivex/ext/web/Route;

  private static io.vertx.reactivex.ext.web.Route lambda$4(io.vertx.ext.web.Route);
    descriptor: (Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.Route elt
         0: .line 426
            aload 0 /* elt */
            invokestatic io.vertx.reactivex.ext.web.Route.newInstance:(Lio/vertx/ext/web/Route;)Lio/vertx/reactivex/ext/web/Route;
            areturn
        end local 0 // io.vertx.ext.web.Route elt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   elt  Lio/vertx/ext/web/Route;
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpServerRequest;>;
SourceFile: "Router.java"
NestMembers:
  io.vertx.reactivex.ext.web.Router$1  io.vertx.reactivex.ext.web.Router$2
InnerClasses:
  io.vertx.reactivex.ext.web.Router$1
  io.vertx.reactivex.ext.web.Router$2
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/web/Router;)