public class io.vertx.ext.web.impl.BlockingHandlerDecorator implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.impl.BlockingHandlerDecorator
  super_class: java.lang.Object
{
  private boolean ordered;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> decoratedHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;

  public void <init>(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>, );
    descriptor: (Lio/vertx/core/Handler;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.BlockingHandlerDecorator this
        start local 1 // io.vertx.core.Handler decoratedHandler
        start local 2 // boolean ordered
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 1 /* decoratedHandler */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 40
            aload 0 /* this */
            aload 1 /* decoratedHandler */
            putfield io.vertx.ext.web.impl.BlockingHandlerDecorator.decoratedHandler:Lio/vertx/core/Handler;
         3: .line 41
            aload 0 /* this */
            iload 2 /* ordered */
            putfield io.vertx.ext.web.impl.BlockingHandlerDecorator.ordered:Z
         4: .line 42
            return
        end local 2 // boolean ordered
        end local 1 // io.vertx.core.Handler decoratedHandler
        end local 0 // io.vertx.ext.web.impl.BlockingHandlerDecorator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lio/vertx/ext/web/impl/BlockingHandlerDecorator;
            0    5     1  decoratedHandler  Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
            0    5     2           ordered  Z
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;Z)V
    MethodParameters:
                  Name  Flags
      decoratedHandler  
      ordered           

  public void handle(io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.impl.BlockingHandlerDecorator this
        start local 1 // io.vertx.ext.web.RoutingContext context
         0: .line 46
            aload 1 /* context */
            invokeinterface io.vertx.ext.web.RoutingContext.currentRoute:()Lio/vertx/ext/web/Route;
            astore 2 /* currentRoute */
        start local 2 // io.vertx.ext.web.Route currentRoute
         1: .line 47
            aload 1 /* context */
            invokeinterface io.vertx.ext.web.RoutingContext.vertx:()Lio/vertx/core/Vertx;
            aload 0 /* this */
            aload 2 /* currentRoute */
            aload 1 /* context */
            invokedynamic handle(Lio/vertx/ext/web/impl/BlockingHandlerDecorator;Lio/vertx/ext/web/Route;Lio/vertx/ext/web/RoutingContext;)Lio/vertx/core/Handler;
              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;)V
                  io/vertx/ext/web/impl/BlockingHandlerDecorator.lambda$0(Lio/vertx/ext/web/Route;Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
         2: .line 50
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.BlockingHandlerDecorator.ordered:Z
            aload 1 /* context */
            invokedynamic handle(Lio/vertx/ext/web/RoutingContext;)Lio/vertx/core/Handler;
              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;)V
                  io/vertx/ext/web/impl/BlockingHandlerDecorator.lambda$1(Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
         3: .line 47
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         4: .line 56
            return
        end local 2 // io.vertx.ext.web.Route currentRoute
        end local 1 // io.vertx.ext.web.RoutingContext context
        end local 0 // io.vertx.ext.web.impl.BlockingHandlerDecorator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/vertx/ext/web/impl/BlockingHandlerDecorator;
            0    5     1       context  Lio/vertx/ext/web/RoutingContext;
            1    5     2  currentRoute  Lio/vertx/ext/web/Route;
    MethodParameters:
         Name  Flags
      context  

  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.ext.web.RoutingContext
            invokevirtual io.vertx.ext.web.impl.BlockingHandlerDecorator.handle:(Lio/vertx/ext/web/RoutingContext;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$0(io.vertx.ext.web.Route, io.vertx.ext.web.RoutingContext, io.vertx.core.Promise);
    descriptor: (Lio/vertx/ext/web/Route;Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.impl.BlockingHandlerDecorator this
        start local 3 // io.vertx.core.Promise fut
         0: .line 48
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.BlockingHandlerDecorator.decoratedHandler:Lio/vertx/core/Handler;
            new io.vertx.ext.web.impl.RoutingContextDecorator
            dup
            aload 1
            aload 2
            invokespecial io.vertx.ext.web.impl.RoutingContextDecorator.<init>:(Lio/vertx/ext/web/Route;Lio/vertx/ext/web/RoutingContext;)V
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 49
            aload 3 /* fut */
            invokeinterface io.vertx.core.Promise.complete:()V
         2: .line 50
            return
        end local 3 // io.vertx.core.Promise fut
        end local 0 // io.vertx.ext.web.impl.BlockingHandlerDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/impl/BlockingHandlerDecorator;
            0    3     3   fut  Lio/vertx/core/Promise<Ljava/lang/Object;>;

  private static void lambda$1(io.vertx.ext.web.RoutingContext, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult res
         0: .line 51
            aload 1 /* res */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 2
         1: .line 53
            aload 0
            aload 1 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.ext.web.RoutingContext.fail:(Ljava/lang/Throwable;)V
         2: .line 55
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1   res  Lio/vertx/core/AsyncResult<Ljava/lang/Object;>;
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
SourceFile: "BlockingHandlerDecorator.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles