public class io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl implements io.vertx.ext.healthchecks.HealthCheckHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl
  super_class: java.lang.Object
{
  private io.vertx.core.impl.logging.Logger log;
    descriptor: Lio/vertx/core/impl/logging/Logger;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.ext.healthchecks.HealthChecks healthChecks;
    descriptor: Lio/vertx/ext/healthchecks/HealthChecks;
    flags: (0x0002) ACC_PRIVATE

  private final io.vertx.ext.auth.authentication.AuthenticationProvider authProvider;
    descriptor: Lio/vertx/ext/auth/authentication/AuthenticationProvider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.core.Vertx, io.vertx.ext.auth.authentication.AuthenticationProvider);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/auth/authentication/AuthenticationProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.auth.authentication.AuthenticationProvider provider
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            ldc Lio/vertx/ext/healthchecks/HealthCheckHandler;
            invokestatic io.vertx.core.impl.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/impl/logging/Logger;
            putfield io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.log:Lio/vertx/core/impl/logging/Logger;
         2: .line 39
            aload 0 /* this */
            new io.vertx.ext.healthchecks.impl.HealthChecksImpl
            dup
            aload 1 /* vertx */
            invokespecial io.vertx.ext.healthchecks.impl.HealthChecksImpl.<init>:(Lio/vertx/core/Vertx;)V
            putfield io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.healthChecks:Lio/vertx/ext/healthchecks/HealthChecks;
         3: .line 40
            aload 0 /* this */
            aload 2 /* provider */
            putfield io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.authProvider:Lio/vertx/ext/auth/authentication/AuthenticationProvider;
         4: .line 41
            return
        end local 2 // io.vertx.ext.auth.authentication.AuthenticationProvider provider
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/vertx/ext/healthchecks/impl/HealthCheckHandlerImpl;
            0    5     1     vertx  Lio/vertx/core/Vertx;
            0    5     2  provider  Lio/vertx/ext/auth/authentication/AuthenticationProvider;
    MethodParameters:
          Name  Flags
      vertx     
      provider  

  public void <init>(io.vertx.ext.healthchecks.HealthChecks, io.vertx.ext.auth.authentication.AuthenticationProvider);
    descriptor: (Lio/vertx/ext/healthchecks/HealthChecks;Lio/vertx/ext/auth/authentication/AuthenticationProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
        start local 1 // io.vertx.ext.healthchecks.HealthChecks hc
        start local 2 // io.vertx.ext.auth.authentication.AuthenticationProvider provider
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            ldc Lio/vertx/ext/healthchecks/HealthCheckHandler;
            invokestatic io.vertx.core.impl.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/impl/logging/Logger;
            putfield io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.log:Lio/vertx/core/impl/logging/Logger;
         2: .line 44
            aload 0 /* this */
            aload 1 /* hc */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.ext.healthchecks.HealthChecks
            putfield io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.healthChecks:Lio/vertx/ext/healthchecks/HealthChecks;
         3: .line 45
            aload 0 /* this */
            aload 2 /* provider */
            putfield io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.authProvider:Lio/vertx/ext/auth/authentication/AuthenticationProvider;
         4: .line 46
            return
        end local 2 // io.vertx.ext.auth.authentication.AuthenticationProvider provider
        end local 1 // io.vertx.ext.healthchecks.HealthChecks hc
        end local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/vertx/ext/healthchecks/impl/HealthCheckHandlerImpl;
            0    5     1        hc  Lio/vertx/ext/healthchecks/HealthChecks;
            0    5     2  provider  Lio/vertx/ext/auth/authentication/AuthenticationProvider;
    MethodParameters:
          Name  Flags
      hc        
      provider  

  public io.vertx.ext.healthchecks.HealthCheckHandler register(java.lang.String, io.vertx.core.Handler<io.vertx.core.Promise<io.vertx.ext.healthchecks.Status>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/healthchecks/HealthCheckHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.Handler procedure
         0: .line 50
            aload 0 /* this */
            getfield io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.healthChecks:Lio/vertx/ext/healthchecks/HealthChecks;
            aload 1 /* name */
            aload 2 /* procedure */
            invokeinterface io.vertx.ext.healthchecks.HealthChecks.register:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/healthchecks/HealthChecks;
            pop
         1: .line 51
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler procedure
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/healthchecks/impl/HealthCheckHandlerImpl;
            0    2     1       name  Ljava/lang/String;
            0    2     2  procedure  Lio/vertx/core/Handler<Lio/vertx/core/Promise<Lio/vertx/ext/healthchecks/Status;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/Promise<Lio/vertx/ext/healthchecks/Status;>;>;)Lio/vertx/ext/healthchecks/HealthCheckHandler;
    MethodParameters:
           Name  Flags
      name       
      procedure  

  public io.vertx.ext.healthchecks.HealthCheckHandler register(java.lang.String, long, io.vertx.core.Handler<io.vertx.core.Promise<io.vertx.ext.healthchecks.Status>>);
    descriptor: (Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/ext/healthchecks/HealthCheckHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
        start local 1 // java.lang.String name
        start local 2 // long timeout
        start local 4 // io.vertx.core.Handler procedure
         0: .line 56
            aload 0 /* this */
            getfield io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.healthChecks:Lio/vertx/ext/healthchecks/HealthChecks;
            aload 1 /* name */
            lload 2 /* timeout */
            aload 4 /* procedure */
            invokeinterface io.vertx.ext.healthchecks.HealthChecks.register:(Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/ext/healthchecks/HealthChecks;
            pop
         1: .line 57
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler procedure
        end local 2 // long timeout
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/healthchecks/impl/HealthCheckHandlerImpl;
            0    2     1       name  Ljava/lang/String;
            0    2     2    timeout  J
            0    2     4  procedure  Lio/vertx/core/Handler<Lio/vertx/core/Promise<Lio/vertx/ext/healthchecks/Status;>;>;
    Signature: (Ljava/lang/String;JLio/vertx/core/Handler<Lio/vertx/core/Promise<Lio/vertx/ext/healthchecks/Status;>;>;)Lio/vertx/ext/healthchecks/HealthCheckHandler;
    MethodParameters:
           Name  Flags
      name       
      timeout    
      procedure  

  public void handle(io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
        start local 1 // io.vertx.ext.web.RoutingContext rc
         0: .line 63
            aload 1 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.request:()Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.path:()Ljava/lang/String;
            astore 2 /* path */
        start local 2 // java.lang.String path
         1: .line 64
            aload 1 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.mountPoint:()Ljava/lang/String;
            astore 3 /* mount */
        start local 3 // java.lang.String mount
         2: .line 65
            aload 1 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.currentRoute:()Lio/vertx/ext/web/Route;
            invokeinterface io.vertx.ext.web.Route.getPath:()Ljava/lang/String;
            astore 4 /* route */
        start local 4 // java.lang.String route
         3: .line 71
            aload 3 /* mount */
            ifnull 5
            aload 2 /* path */
            aload 3 /* mount */
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 5
         4: .line 72
            aload 2 /* path */
            aload 3 /* mount */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 2 /* path */
         5: .line 76
      StackMap locals: java.lang.String java.lang.String java.lang.String
      StackMap stack:
            aload 4 /* route */
            ifnull 8
            aload 2 /* path */
            aload 4 /* route */
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 8
         6: .line 77
            aload 2 /* path */
            aload 4 /* route */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 5 /* id */
        start local 5 // java.lang.String id
         7: .line 78
            goto 9
        end local 5 // java.lang.String id
         8: .line 79
      StackMap locals:
      StackMap stack:
            aload 2 /* path */
            astore 5 /* id */
        start local 5 // java.lang.String id
         9: .line 82
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.authProvider:Lio/vertx/ext/auth/authentication/AuthenticationProvider;
            ifnull 24
        10: .line 84
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 6 /* authData */
        start local 6 // io.vertx.core.json.JsonObject authData
        11: .line 85
            aload 1 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.request:()Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.headers:()Lio/vertx/core/MultiMap;
            aload 6 /* authData */
            invokedynamic accept(Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/healthchecks/impl/HealthCheckHandlerImpl.lambda$0(Lio/vertx/core/json/JsonObject;Ljava/util/Map$Entry;)V (6)
                  (Ljava/util/Map$Entry;)V
            invokeinterface io.vertx.core.MultiMap.forEach:(Ljava/util/function/Consumer;)V
        12: .line 86
            aload 1 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.request:()Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.params:()Lio/vertx/core/MultiMap;
            aload 6 /* authData */
            invokedynamic accept(Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/healthchecks/impl/HealthCheckHandlerImpl.lambda$1(Lio/vertx/core/json/JsonObject;Ljava/util/Map$Entry;)V (6)
                  (Ljava/util/Map$Entry;)V
            invokeinterface io.vertx.core.MultiMap.forEach:(Ljava/util/function/Consumer;)V
        13: .line 87
            aload 1 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.request:()Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.method:()Lio/vertx/core/http/HttpMethod;
            getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
            if_acmpne 22
        14: .line 88
            aload 1 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.request:()Lio/vertx/core/http/HttpServerRequest;
            getstatic io.vertx.core.http.HttpHeaders.CONTENT_TYPE:Ljava/lang/CharSequence;
            invokeinterface io.vertx.core.http.HttpServerRequest.getHeader:(Ljava/lang/CharSequence;)Ljava/lang/String;
            ifnull 22
        15: .line 89
            aload 1 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.request:()Lio/vertx/core/http/HttpServerRequest;
            getstatic io.vertx.core.http.HttpHeaders.CONTENT_TYPE:Ljava/lang/CharSequence;
            invokeinterface io.vertx.core.http.HttpServerRequest.getHeader:(Ljava/lang/CharSequence;)Ljava/lang/String;
            ldc "application/json"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 22
        16: .line 91
            aload 1 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.getBodyAsJson:()Lio/vertx/core/json/JsonObject;
            astore 7 /* body */
        start local 7 // io.vertx.core.json.JsonObject body
        17: .line 92
            aload 7 /* body */
            ifnull 22
        18: .line 93
            aload 6 /* authData */
            aload 7 /* body */
            invokevirtual io.vertx.core.json.JsonObject.mergeIn:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            pop
        end local 7 // io.vertx.core.json.JsonObject body
        19: .line 95
            goto 22
      StackMap locals: io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl io.vertx.ext.web.RoutingContext java.lang.String java.lang.String java.lang.String java.lang.String io.vertx.core.json.JsonObject
      StackMap stack: java.lang.Exception
        20: astore 7 /* err */
        start local 7 // java.lang.Exception err
        21: .line 96
            aload 0 /* this */
            getfield io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.log:Lio/vertx/core/impl/logging/Logger;
            ldc "Invalid authentication json body"
            aload 7 /* err */
            invokeinterface io.vertx.core.impl.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
        end local 7 // java.lang.Exception err
        22: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.authProvider:Lio/vertx/ext/auth/authentication/AuthenticationProvider;
            aload 6 /* authData */
            aload 0 /* this */
            aload 1 /* rc */
            aload 5 /* id */
            invokedynamic handle(Lio/vertx/ext/healthchecks/impl/HealthCheckHandlerImpl;Lio/vertx/ext/web/RoutingContext;Ljava/lang/String;)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/healthchecks/impl/HealthCheckHandlerImpl.lambda$2(Lio/vertx/ext/web/RoutingContext;Ljava/lang/String;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.auth.authentication.AuthenticationProvider.authenticate:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
        end local 6 // io.vertx.core.json.JsonObject authData
        23: .line 106
            goto 25
        24: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.healthChecks:Lio/vertx/ext/healthchecks/HealthChecks;
            aload 5 /* id */
            aload 0 /* this */
            aload 1 /* rc */
            invokevirtual io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.healthReportHandler:(Lio/vertx/ext/web/RoutingContext;)Lio/vertx/core/Handler;
            invokeinterface io.vertx.ext.healthchecks.HealthChecks.checkStatus:(Ljava/lang/String;Lio/vertx/core/Handler;)V
        25: .line 109
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.lang.String id
        end local 4 // java.lang.String route
        end local 3 // java.lang.String mount
        end local 2 // java.lang.String path
        end local 1 // io.vertx.ext.web.RoutingContext rc
        end local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   26     0      this  Lio/vertx/ext/healthchecks/impl/HealthCheckHandlerImpl;
            0   26     1        rc  Lio/vertx/ext/web/RoutingContext;
            1   26     2      path  Ljava/lang/String;
            2   26     3     mount  Ljava/lang/String;
            3   26     4     route  Ljava/lang/String;
            7    8     5        id  Ljava/lang/String;
            9   26     5        id  Ljava/lang/String;
           11   23     6  authData  Lio/vertx/core/json/JsonObject;
           17   19     7      body  Lio/vertx/core/json/JsonObject;
           21   22     7       err  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          16    19      20  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      rc    

  private io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.healthchecks.CheckResult>> healthReportHandler(io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/ext/web/RoutingContext;)Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
        start local 1 // io.vertx.ext.web.RoutingContext rc
         0: .line 112
            aload 0 /* this */
            aload 1 /* rc */
            invokedynamic handle(Lio/vertx/ext/healthchecks/impl/HealthCheckHandlerImpl;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/healthchecks/impl/HealthCheckHandlerImpl.lambda$3(Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            areturn
        end local 1 // io.vertx.ext.web.RoutingContext rc
        end local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/healthchecks/impl/HealthCheckHandlerImpl;
            0    1     1    rc  Lio/vertx/ext/web/RoutingContext;
    Signature: (Lio/vertx/ext/web/RoutingContext;)Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/healthchecks/CheckResult;>;>;
    MethodParameters:
      Name  Flags
      rc    

  private void buildResponse(io.vertx.ext.healthchecks.CheckResult, io.vertx.core.http.HttpServerResponse);
    descriptor: (Lio/vertx/ext/healthchecks/CheckResult;Lio/vertx/core/http/HttpServerResponse;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
        start local 1 // io.vertx.ext.healthchecks.CheckResult json
        start local 2 // io.vertx.core.http.HttpServerResponse response
         0: .line 129
            aload 1 /* json */
            invokestatic io.vertx.ext.healthchecks.CheckResult.isUp:(Lio/vertx/ext/healthchecks/CheckResult;)Z
            ifeq 1
            sipush 200
            goto 2
      StackMap locals:
      StackMap stack:
         1: sipush 503
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* status */
        start local 3 // int status
         3: .line 131
            iload 3 /* status */
            sipush 503
            if_icmpne 5
            aload 0 /* this */
            aload 1 /* json */
            invokevirtual io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.hasProcedureError:(Lio/vertx/ext/healthchecks/CheckResult;)Z
            ifeq 5
         4: .line 132
            sipush 500
            istore 3 /* status */
         5: .line 135
      StackMap locals: int
      StackMap stack:
            aload 1 /* json */
            invokevirtual io.vertx.ext.healthchecks.CheckResult.getChecks:()Ljava/util/List;
            astore 4 /* checks */
        start local 4 // java.util.List checks
         6: .line 136
            iload 3 /* status */
            sipush 200
            if_icmpne 9
            aload 4 /* checks */
            ifnull 9
            aload 4 /* checks */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 9
         7: .line 138
            aload 2 /* response */
            sipush 204
            invokeinterface io.vertx.core.http.HttpServerResponse.setStatusCode:(I)Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.end:()Lio/vertx/core/Future;
            pop
         8: .line 139
            return
         9: .line 142
      StackMap locals: java.util.List
      StackMap stack:
            aload 2 /* response */
        10: .line 143
            iload 3 /* status */
            invokeinterface io.vertx.core.http.HttpServerResponse.setStatusCode:(I)Lio/vertx/core/http/HttpServerResponse;
        11: .line 144
            aload 1 /* json */
            invokevirtual io.vertx.ext.healthchecks.CheckResult.toJson:()Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.encode:()Ljava/lang/String;
            invokeinterface io.vertx.core.http.HttpServerResponse.end:(Ljava/lang/String;)Lio/vertx/core/Future;
            pop
        12: .line 145
            return
        end local 4 // java.util.List checks
        end local 3 // int status
        end local 2 // io.vertx.core.http.HttpServerResponse response
        end local 1 // io.vertx.ext.healthchecks.CheckResult json
        end local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lio/vertx/ext/healthchecks/impl/HealthCheckHandlerImpl;
            0   13     1      json  Lio/vertx/ext/healthchecks/CheckResult;
            0   13     2  response  Lio/vertx/core/http/HttpServerResponse;
            3   13     3    status  I
            6   13     4    checks  Ljava/util/List<Lio/vertx/ext/healthchecks/CheckResult;>;
    MethodParameters:
          Name  Flags
      json      
      response  

  public synchronized io.vertx.ext.healthchecks.HealthCheckHandler unregister(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/healthchecks/HealthCheckHandler;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
        start local 1 // java.lang.String name
         0: .line 149
            aload 0 /* this */
            getfield io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.healthChecks:Lio/vertx/ext/healthchecks/HealthChecks;
            aload 1 /* name */
            invokeinterface io.vertx.ext.healthchecks.HealthChecks.unregister:(Ljava/lang/String;)Lio/vertx/ext/healthchecks/HealthChecks;
            pop
         1: .line 150
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/healthchecks/impl/HealthCheckHandlerImpl;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  private boolean hasProcedureError(io.vertx.ext.healthchecks.CheckResult);
    descriptor: (Lio/vertx/ext/healthchecks/CheckResult;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
        start local 1 // io.vertx.ext.healthchecks.CheckResult json
         0: .line 154
            aload 1 /* json */
            invokevirtual io.vertx.ext.healthchecks.CheckResult.getData:()Lio/vertx/core/json/JsonObject;
            astore 2 /* data */
        start local 2 // io.vertx.core.json.JsonObject data
         1: .line 155
            aload 2 /* data */
            ifnull 3
            aload 2 /* data */
            ldc "procedure-execution-failure"
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 3
         2: .line 156
            iconst_1
            ireturn
         3: .line 159
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 1 /* json */
            invokevirtual io.vertx.ext.healthchecks.CheckResult.getChecks:()Ljava/util/List;
            astore 3 /* checks */
        start local 3 // java.util.List checks
         4: .line 160
            aload 3 /* checks */
            ifnull 10
         5: .line 161
            aload 3 /* checks */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 9
      StackMap locals: io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl io.vertx.ext.healthchecks.CheckResult io.vertx.core.json.JsonObject java.util.List top java.util.Iterator
      StackMap stack:
         6: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.ext.healthchecks.CheckResult
            astore 4 /* check */
        start local 4 // io.vertx.ext.healthchecks.CheckResult check
         7: .line 162
            aload 0 /* this */
            aload 4 /* check */
            invokevirtual io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.hasProcedureError:(Lio/vertx/ext/healthchecks/CheckResult;)Z
            ifeq 9
         8: .line 163
            iconst_1
            ireturn
        end local 4 // io.vertx.ext.healthchecks.CheckResult check
         9: .line 161
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        10: .line 168
      StackMap locals: io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl io.vertx.ext.healthchecks.CheckResult io.vertx.core.json.JsonObject java.util.List
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // java.util.List checks
        end local 2 // io.vertx.core.json.JsonObject data
        end local 1 // io.vertx.ext.healthchecks.CheckResult json
        end local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lio/vertx/ext/healthchecks/impl/HealthCheckHandlerImpl;
            0   11     1    json  Lio/vertx/ext/healthchecks/CheckResult;
            1   11     2    data  Lio/vertx/core/json/JsonObject;
            4   11     3  checks  Ljava/util/List<Lio/vertx/ext/healthchecks/CheckResult;>;
            7    9     4   check  Lio/vertx/ext/healthchecks/CheckResult;
    MethodParameters:
      Name  Flags
      json  

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

  private static void lambda$0(io.vertx.core.json.JsonObject, java.util.Map$Entry);
    descriptor: (Lio/vertx/core/json/JsonObject;Ljava/util/Map$Entry;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // java.util.Map$Entry entry
         0: .line 85
            aload 0
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            return
        end local 1 // java.util.Map$Entry entry
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1  entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;

  private static void lambda$1(io.vertx.core.json.JsonObject, java.util.Map$Entry);
    descriptor: (Lio/vertx/core/json/JsonObject;Ljava/util/Map$Entry;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // java.util.Map$Entry entry
         0: .line 86
            aload 0
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            return
        end local 1 // java.util.Map$Entry entry
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1  entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;

  private void lambda$2(io.vertx.ext.web.RoutingContext, java.lang.String, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/ext/web/RoutingContext;Ljava/lang/String;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
        start local 3 // io.vertx.core.AsyncResult ar
         0: .line 100
            aload 3 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 101
            aload 1
            invokeinterface io.vertx.ext.web.RoutingContext.response:()Lio/vertx/core/http/HttpServerResponse;
            sipush 403
            invokeinterface io.vertx.core.http.HttpServerResponse.setStatusCode:(I)Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.end:()Lio/vertx/core/Future;
            pop
         2: .line 102
            goto 4
         3: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.healthChecks:Lio/vertx/ext/healthchecks/HealthChecks;
            aload 2
            aload 0 /* this */
            aload 1
            invokevirtual io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.healthReportHandler:(Lio/vertx/ext/web/RoutingContext;)Lio/vertx/core/Handler;
            invokeinterface io.vertx.ext.healthchecks.HealthChecks.checkStatus:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         4: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/healthchecks/impl/HealthCheckHandlerImpl;
            0    5     3    ar  Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/User;>;

  private void lambda$3(io.vertx.ext.web.RoutingContext, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
        start local 2 // io.vertx.core.AsyncResult json
         0: .line 113
            aload 1
            invokeinterface io.vertx.ext.web.RoutingContext.response:()Lio/vertx/core/http/HttpServerResponse;
         1: .line 114
            getstatic io.vertx.core.http.HttpHeaders.CONTENT_TYPE:Ljava/lang/CharSequence;
            ldc "application/json;charset=UTF-8"
            invokeinterface io.vertx.core.http.HttpServerResponse.putHeader:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/HttpServerResponse;
         2: .line 113
            astore 3 /* response */
        start local 3 // io.vertx.core.http.HttpServerResponse response
         3: .line 115
            aload 2 /* json */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 10
         4: .line 116
            aload 2 /* json */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            ldc "not found"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 7
         5: .line 117
            aload 3 /* response */
            sipush 404
            invokeinterface io.vertx.core.http.HttpServerResponse.setStatusCode:(I)Lio/vertx/core/http/HttpServerResponse;
            pop
         6: .line 118
            goto 8
         7: .line 119
      StackMap locals: io.vertx.core.http.HttpServerResponse
      StackMap stack:
            aload 3 /* response */
            sipush 400
            invokeinterface io.vertx.core.http.HttpServerResponse.setStatusCode:(I)Lio/vertx/core/http/HttpServerResponse;
            pop
         8: .line 121
      StackMap locals:
      StackMap stack:
            aload 3 /* response */
            new java.lang.StringBuilder
            dup
            ldc "{\"message\": \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* json */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\"}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.http.HttpServerResponse.end:(Ljava/lang/String;)Lio/vertx/core/Future;
            pop
         9: .line 122
            goto 11
        10: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* json */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.ext.healthchecks.CheckResult
            aload 3 /* response */
            invokevirtual io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl.buildResponse:(Lio/vertx/ext/healthchecks/CheckResult;Lio/vertx/core/http/HttpServerResponse;)V
        end local 3 // io.vertx.core.http.HttpServerResponse response
        11: .line 125
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult json
        end local 0 // io.vertx.ext.healthchecks.impl.HealthCheckHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lio/vertx/ext/healthchecks/impl/HealthCheckHandlerImpl;
            0   12     2      json  Lio/vertx/core/AsyncResult<Lio/vertx/ext/healthchecks/CheckResult;>;
            3   11     3  response  Lio/vertx/core/http/HttpServerResponse;
}
SourceFile: "HealthCheckHandlerImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map