class io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore
  super_class: java.lang.Object
{
  private final java.util.Map<io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey, java.util.List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>>> securityHandlers;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;Ljava/util/List<Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;>;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.securityHandlers:Ljava/util/Map;
         2: .line 69
            return
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;

  protected void addSecurityRequirement(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String scope
        start local 3 // io.vertx.core.Handler handler
         0: .line 72
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.securityHandlers:Ljava/util/Map;
            new io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey
            dup
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* scope */
            invokespecial io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.<init>:(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;Ljava/lang/String;Ljava/lang/String;)V
            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/ext/web/api/contract/openapi3/impl/SecurityHandlersStore.lambda$0(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List; (6)
                  (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List;
            invokeinterface java.util.Map.computeIfAbsent:(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;
            checkcast java.util.List
            aload 3 /* handler */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 73
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String scope
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
            0    2     1     name  Ljava/lang/String;
            0    2     2    scope  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;)V
    MethodParameters:
         Name  Flags
      name     
      scope    
      handler  

  protected void addSecurityRequirement(java.lang.String, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.Handler handler
         0: .line 76
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.securityHandlers:Ljava/util/Map;
            new io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey
            dup
            aload 0 /* this */
            aload 1 /* name */
            invokespecial io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.<init>:(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;Ljava/lang/String;)V
            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/ext/web/api/contract/openapi3/impl/SecurityHandlersStore.lambda$1(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List; (6)
                  (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List;
            invokeinterface java.util.Map.computeIfAbsent:(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;
            checkcast java.util.List
            aload 2 /* handler */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 77
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
            0    2     1     name  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;)V
    MethodParameters:
         Name  Flags
      name     
      handler  

  private java.util.List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> mapWithFail(io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey);
    descriptor: (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
        start local 1 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey k
         0: .line 80
            aload 1 /* k */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.hasScope:()Z
            ifeq 6
         1: .line 82
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.securityHandlers:Ljava/util/Map;
            aload 1 /* k */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 2
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.securityHandlers:Ljava/util/Map;
            aload 1 /* k */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.securityHandlers:Ljava/util/Map;
            aload 1 /* k */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.cloneWithoutScope:()Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
      StackMap locals:
      StackMap stack: java.util.List
         3: invokestatic java.util.Optional.ofNullable:(Ljava/lang/Object;)Ljava/util/Optional;
         4: .line 83
            aload 1 /* k */
            invokedynamic get(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/function/Supplier;
              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;
                  io/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore.lambda$2(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Lio/vertx/ext/web/api/contract/RouterFactoryException; (6)
                  ()Lio/vertx/ext/web/api/contract/RouterFactoryException;
            invokevirtual java.util.Optional.orElseThrow:(Ljava/util/function/Supplier;)Ljava/lang/Object;
            checkcast java.util.List
         5: .line 81
            areturn
         6: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.securityHandlers:Ljava/util/Map;
            aload 1 /* k */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            invokestatic java.util.Optional.ofNullable:(Ljava/lang/Object;)Ljava/util/Optional;
            aload 1 /* k */
            invokedynamic get(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/function/Supplier;
              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;
                  io/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore.lambda$3(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Lio/vertx/ext/web/api/contract/RouterFactoryException; (6)
                  ()Lio/vertx/ext/web/api/contract/RouterFactoryException;
            invokevirtual java.util.Optional.orElseThrow:(Ljava/util/function/Supplier;)Ljava/lang/Object;
            checkcast java.util.List
            areturn
        end local 1 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey k
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
            0    7     1     k  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
    Exceptions:
      throws io.vertx.ext.web.api.contract.RouterFactoryException
    Signature: (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List<Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;>;
    MethodParameters:
      Name  Flags
      k     

  private java.util.List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> mapWithoutFail(io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey);
    descriptor: (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
        start local 1 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey k
         0: .line 89
            aload 1 /* k */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.hasScope:()Z
            ifeq 4
         1: .line 91
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.securityHandlers:Ljava/util/Map;
            aload 1 /* k */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            invokestatic java.util.Optional.ofNullable:(Ljava/lang/Object;)Ljava/util/Optional;
         2: .line 92
            aload 0 /* this */
            aload 1 /* k */
            invokedynamic get(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/function/Supplier;
              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;
                  io/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore.lambda$4(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List; (7)
                  ()Ljava/util/List;
            invokevirtual java.util.Optional.orElseGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
            checkcast java.util.List
         3: .line 90
            areturn
         4: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.securityHandlers:Ljava/util/Map;
            aload 1 /* k */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            areturn
        end local 1 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey k
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
            0    5     1     k  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
    Signature: (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List<Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;>;
    MethodParameters:
      Name  Flags
      k     

  protected java.util.List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> solveSecurityHandlers(java.util.List<io.swagger.v3.oas.models.security.SecurityRequirement>, boolean);
    descriptor: (Ljava/util/List;Z)Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
        start local 1 // java.util.List nonTranslatedKeys
        start local 2 // boolean failOnNotFound
         0: .line 98
            aload 0 /* this */
            aload 1 /* nonTranslatedKeys */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.translateRequirements:(Ljava/util/List;)Ljava/util/List;
            astore 3 /* keys */
        start local 3 // java.util.List keys
         1: .line 99
            aload 3 /* keys */
            ifnull 5
         2: .line 100
            iload 2 /* failOnNotFound */
            ifeq 4
         3: .line 101
            aload 3 /* keys */
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            aload 0 /* this */
            invokedynamic apply(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;)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/ext/web/api/contract/openapi3/impl/SecurityHandlersStore.mapWithFail(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List; (7)
                  (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)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;
                  java/util/Collection.stream()Ljava/util/stream/Stream; (9 itf)
                  (Ljava/util/List;)Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.flatMap:(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
            areturn
         4: .line 103
      StackMap locals: java.util.List
      StackMap stack:
            aload 3 /* keys */
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            aload 0 /* this */
            invokedynamic apply(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;)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/ext/web/api/contract/openapi3/impl/SecurityHandlersStore.mapWithoutFail(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List; (7)
                  (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokedynamic test()Ljava/util/function/Predicate;
              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;)Z
                  java/util/Objects.nonNull(Ljava/lang/Object;)Z (6)
                  (Ljava/util/List;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)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;
                  java/util/Collection.stream()Ljava/util/stream/Stream; (9 itf)
                  (Ljava/util/List;)Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.flatMap:(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
            areturn
         5: .line 105
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            areturn
        end local 3 // java.util.List keys
        end local 2 // boolean failOnNotFound
        end local 1 // java.util.List nonTranslatedKeys
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
            0    6     1  nonTranslatedKeys  Ljava/util/List<Lio/swagger/v3/oas/models/security/SecurityRequirement;>;
            0    6     2     failOnNotFound  Z
            1    6     3               keys  Ljava/util/List<Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;>;
    Signature: (Ljava/util/List<Lio/swagger/v3/oas/models/security/SecurityRequirement;>;Z)Ljava/util/List<Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;>;
    MethodParameters:
                   Name  Flags
      nonTranslatedKeys  
      failOnNotFound     

  private java.util.List<io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey> translateRequirements(java.util.List<io.swagger.v3.oas.models.security.SecurityRequirement>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
        start local 1 // java.util.List keys
         0: .line 109
            aload 1 /* keys */
            ifnull 5
         1: .line 110
            aload 1 /* keys */
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
         2: .line 111
            aload 0 /* this */
            invokedynamic apply(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;)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/ext/web/api/contract/openapi3/impl/SecurityHandlersStore.lambda$10(Lio/swagger/v3/oas/models/security/SecurityRequirement;)Ljava/util/stream/Stream; (7)
                  (Lio/swagger/v3/oas/models/security/SecurityRequirement;)Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.flatMap:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         3: .line 117
            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
         4: .line 110
            areturn
         5: .line 119
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            areturn
        end local 1 // java.util.List keys
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
            0    6     1  keys  Ljava/util/List<Lio/swagger/v3/oas/models/security/SecurityRequirement;>;
    Signature: (Ljava/util/List<Lio/swagger/v3/oas/models/security/SecurityRequirement;>;)Ljava/util/List<Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;>;
    MethodParameters:
      Name  Flags
      keys  

  private static java.util.List lambda$0(io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey);
    descriptor: (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey k
         0: .line 72
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            areturn
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey k
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     k  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;

  private static java.util.List lambda$1(io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey);
    descriptor: (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey k
         0: .line 76
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            areturn
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey k
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     k  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;

  private static io.vertx.ext.web.api.contract.RouterFactoryException lambda$2(io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey);
    descriptor: (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Lio/vertx/ext/web/api/contract/RouterFactoryException;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 83
            aload 0
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.getName:()Ljava/lang/String;
            aload 0
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.getScope:()Ljava/lang/String;
            invokestatic io.vertx.ext.web.api.contract.RouterFactoryException.createMissingSecurityHandler:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/api/contract/RouterFactoryException;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static io.vertx.ext.web.api.contract.RouterFactoryException lambda$3(io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey);
    descriptor: (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Lio/vertx/ext/web/api/contract/RouterFactoryException;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 85
            aload 0
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.getName:()Ljava/lang/String;
            invokestatic io.vertx.ext.web.api.contract.RouterFactoryException.createMissingSecurityHandler:(Ljava/lang/String;)Lio/vertx/ext/web/api/contract/RouterFactoryException;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private java.util.List lambda$4(io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey);
    descriptor: (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;)Ljava/util/List;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
         0: .line 92
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.securityHandlers:Ljava/util/Map;
            aload 1
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.cloneWithoutScope:()Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            areturn
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;

  private java.util.stream.Stream lambda$10(io.swagger.v3.oas.models.security.SecurityRequirement);
    descriptor: (Lio/swagger/v3/oas/models/security/SecurityRequirement;)Ljava/util/stream/Stream;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
        start local 1 // io.swagger.v3.oas.models.security.SecurityRequirement m
         0: .line 111
            aload 1 /* m */
            invokevirtual io.swagger.v3.oas.models.security.SecurityRequirement.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.stream:()Ljava/util/stream/Stream;
            aload 0 /* this */
            invokedynamic apply(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;)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/ext/web/api/contract/openapi3/impl/SecurityHandlersStore.lambda$11(Ljava/util/Map$Entry;)Ljava/util/stream/Stream; (7)
                  (Ljava/util/Map$Entry;)Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.flatMap:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         1: .line 116
            areturn
        end local 1 // io.swagger.v3.oas.models.security.SecurityRequirement m
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
            0    2     1     m  Lio/swagger/v3/oas/models/security/SecurityRequirement;

  private java.util.stream.Stream lambda$11(java.util.Map$Entry);
    descriptor: (Ljava/util/Map$Entry;)Ljava/util/stream/Stream;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
        start local 1 // java.util.Map$Entry e
         0: .line 112
            aload 1 /* e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            ifnull 1
            aload 1 /* e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.List
            invokeinterface java.util.List.size:()I
            ifne 2
         1: .line 113
      StackMap locals:
      StackMap stack:
            new io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey
            dup
            aload 0 /* this */
            aload 1 /* e */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokespecial io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.<init>:(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;Ljava/lang/String;)V
            invokestatic java.util.stream.Stream.of:(Ljava/lang/Object;)Ljava/util/stream/Stream;
            areturn
         2: .line 115
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.List
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            aload 0 /* this */
            aload 1 /* e */
            invokedynamic apply(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;Ljava/util/Map$Entry;)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/ext/web/api/contract/openapi3/impl/SecurityHandlersStore.lambda$12(Ljava/util/Map$Entry;Ljava/lang/String;)Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey; (7)
                  (Ljava/lang/String;)Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            areturn
        end local 1 // java.util.Map$Entry e
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
            0    3     1     e  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;

  private io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey lambda$12(java.util.Map$Entry, java.lang.String);
    descriptor: (Ljava/util/Map$Entry;Ljava/lang/String;)Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
        start local 2 // java.lang.String s
         0: .line 115
            new io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey
            dup
            aload 0 /* this */
            aload 1
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 2 /* s */
            invokespecial io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.<init>:(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;Ljava/lang/String;Ljava/lang/String;)V
            areturn
        end local 2 // java.lang.String s
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
            0    1     2     s  Ljava/lang/String;
}
SourceFile: "SecurityHandlersStore.java"
NestMembers:
  io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey
InnerClasses:
  private SecurityRequirementKey = io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey of io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map