public class io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl extends io.vertx.ext.web.api.contract.impl.BaseRouterFactory<io.swagger.v3.oas.models.OpenAPI> implements io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl
  super_class: io.vertx.ext.web.api.contract.impl.BaseRouterFactory
{
  private static final java.lang.String OPENAPI_EXTENSION;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "x-vertx-event-bus"

  private static final java.lang.String OPENAPI_EXTENSION_ADDRESS;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "address"

  private static final java.lang.String OPENAPI_EXTENSION_METHOD_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "method"

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

  java.util.Map<java.lang.String, io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue> operations;
    descriptor: Ljava/util/Map;
    flags: (0x0000) 
    Signature: Ljava/util/Map<Ljava/lang/String;Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;>;

  io.swagger.v3.parser.ResolverCache refsCache;
    descriptor: Lio/swagger/v3/parser/ResolverCache;
    flags: (0x0000) 

  io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore securityHandlers;
    descriptor: Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 36
            invokedynamic handle()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/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl.lambda$0(Lio/vertx/ext/web/RoutingContext;)V (6)
                  (Lio/vertx/ext/web/RoutingContext;)V
            putstatic io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.NOT_IMPLEMENTED_HANDLER:Lio/vertx/core/Handler;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.vertx.core.Vertx, io.swagger.v3.oas.models.OpenAPI, io.swagger.v3.parser.ResolverCache);
    descriptor: (Lio/vertx/core/Vertx;Lio/swagger/v3/oas/models/OpenAPI;Lio/swagger/v3/parser/ResolverCache;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=4
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.swagger.v3.oas.models.OpenAPI spec
        start local 3 // io.swagger.v3.parser.ResolverCache refsCache
         0: .line 153
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* spec */
            invokespecial io.vertx.ext.web.api.contract.impl.BaseRouterFactory.<init>:(Lio/vertx/core/Vertx;Ljava/lang/Object;)V
         1: .line 154
            aload 0 /* this */
            aload 3 /* refsCache */
            putfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.refsCache:Lio/swagger/v3/parser/ResolverCache;
         2: .line 155
            aload 0 /* this */
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            putfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
         3: .line 156
            aload 0 /* this */
            new io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore
            dup
            invokespecial io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.<init>:()V
            putfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.securityHandlers:Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
         4: .line 159
            aload 2 /* spec */
            invokevirtual io.swagger.v3.oas.models.OpenAPI.getPaths:()Lio/swagger/v3/oas/models/Paths;
            invokevirtual io.swagger.v3.oas.models.Paths.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 15
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.core.Vertx io.swagger.v3.oas.models.OpenAPI io.swagger.v3.parser.ResolverCache top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* pathEntry */
        start local 4 // java.util.Map$Entry pathEntry
         6: .line 160
            aload 4 /* pathEntry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast io.swagger.v3.oas.models.PathItem
            invokevirtual io.swagger.v3.oas.models.PathItem.readOperationsMap:()Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 7
            goto 14
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.core.Vertx io.swagger.v3.oas.models.OpenAPI io.swagger.v3.parser.ResolverCache java.util.Map$Entry java.util.Iterator top java.util.Iterator
      StackMap stack:
         7: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 6 /* opEntry */
        start local 6 // java.util.Map$Entry opEntry
         8: .line 161
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
            aload 6 /* opEntry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast io.swagger.v3.oas.models.Operation
            invokevirtual io.swagger.v3.oas.models.Operation.getOperationId:()Ljava/lang/String;
            new io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
            dup
            aload 0 /* this */
         9: .line 162
            aload 6 /* opEntry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast io.swagger.v3.oas.models.PathItem$HttpMethod
            invokevirtual io.swagger.v3.oas.models.PathItem$HttpMethod.name:()Ljava/lang/String;
            invokestatic io.vertx.core.http.HttpMethod.valueOf:(Ljava/lang/String;)Lio/vertx/core/http/HttpMethod;
        10: .line 163
            aload 4 /* pathEntry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
        11: .line 164
            aload 6 /* opEntry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast io.swagger.v3.oas.models.Operation
        12: .line 165
            aload 4 /* pathEntry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast io.swagger.v3.oas.models.PathItem
            invokespecial io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.<init>:(Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/swagger/v3/oas/models/Operation;Lio/swagger/v3/oas/models/PathItem;)V
        13: .line 161
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 6 // java.util.Map$Entry opEntry
        14: .line 160
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        end local 4 // java.util.Map$Entry pathEntry
        15: .line 159
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.core.Vertx io.swagger.v3.oas.models.OpenAPI io.swagger.v3.parser.ResolverCache top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        16: .line 169
            return
        end local 3 // io.swagger.v3.parser.ResolverCache refsCache
        end local 2 // io.swagger.v3.oas.models.OpenAPI spec
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl;
            0   17     1      vertx  Lio/vertx/core/Vertx;
            0   17     2       spec  Lio/swagger/v3/oas/models/OpenAPI;
            0   17     3  refsCache  Lio/swagger/v3/parser/ResolverCache;
            6   15     4  pathEntry  Ljava/util/Map$Entry<Ljava/lang/String;+Lio/swagger/v3/oas/models/PathItem;>;
            8   14     6    opEntry  Ljava/util/Map$Entry<Lio/swagger/v3/oas/models/PathItem$HttpMethod;+Lio/swagger/v3/oas/models/Operation;>;
    MethodParameters:
           Name  Flags
      vertx      
      spec       
      refsCache  

  public io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory addSecuritySchemaScopeValidator(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/web/api/contract/openapi3/OpenAPI3RouterFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
        start local 1 // java.lang.String securitySchemaName
        start local 2 // java.lang.String scopeName
        start local 3 // io.vertx.core.Handler handler
         0: .line 174
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.securityHandlers:Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
            aload 1 /* securitySchemaName */
            aload 2 /* scopeName */
            aload 3 /* handler */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.addSecurityRequirement:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 175
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String scopeName
        end local 1 // java.lang.String securitySchemaName
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl;
            0    2     1  securitySchemaName  Ljava/lang/String;
            0    2     2           scopeName  Ljava/lang/String;
            0    2     3             handler  Lio/vertx/core/Handler;
    MethodParameters:
                    Name  Flags
      securitySchemaName  
      scopeName           
      handler             

  public io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory addHandlerByOperationId(java.lang.String, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/web/api/contract/openapi3/OpenAPI3RouterFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
        start local 1 // java.lang.String operationId
        start local 2 // io.vertx.core.Handler handler
         0: .line 180
            aload 2 /* handler */
            ifnull 4
         1: .line 181
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
            aload 1 /* operationId */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
            astore 3 /* op */
        start local 3 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue op
         2: .line 182
            aload 3 /* op */
            ifnonnull 3
            aload 1 /* operationId */
            invokestatic io.vertx.ext.web.api.contract.RouterFactoryException.createOperationIdNotFoundException:(Ljava/lang/String;)Lio/vertx/ext/web/api/contract/RouterFactoryException;
            athrow
         3: .line 183
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
      StackMap stack:
            aload 3 /* op */
            aload 2 /* handler */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.addUserHandler:(Lio/vertx/core/Handler;)V
        end local 3 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue op
         4: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String operationId
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl;
            0    5     1  operationId  Ljava/lang/String;
            0    5     2      handler  Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
            2    4     3           op  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;)Lio/vertx/ext/web/api/contract/openapi3/OpenAPI3RouterFactory;
    MethodParameters:
             Name  Flags
      operationId  
      handler      

  public io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory addFailureHandlerByOperationId(java.lang.String, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/web/api/contract/openapi3/OpenAPI3RouterFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
        start local 1 // java.lang.String operationId
        start local 2 // io.vertx.core.Handler failureHandler
         0: .line 190
            aload 2 /* failureHandler */
            ifnull 4
         1: .line 191
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
            aload 1 /* operationId */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
            astore 3 /* op */
        start local 3 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue op
         2: .line 192
            aload 3 /* op */
            ifnonnull 3
            aload 1 /* operationId */
            invokestatic io.vertx.ext.web.api.contract.RouterFactoryException.createOperationIdNotFoundException:(Ljava/lang/String;)Lio/vertx/ext/web/api/contract/RouterFactoryException;
            athrow
         3: .line 193
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
      StackMap stack:
            aload 3 /* op */
            aload 2 /* failureHandler */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.addUserFailureHandler:(Lio/vertx/core/Handler;)V
        end local 3 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue op
         4: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler failureHandler
        end local 1 // java.lang.String operationId
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl;
            0    5     1     operationId  Ljava/lang/String;
            0    5     2  failureHandler  Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
            2    4     3              op  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;)Lio/vertx/ext/web/api/contract/openapi3/OpenAPI3RouterFactory;
    MethodParameters:
                Name  Flags
      operationId     
      failureHandler  

  public io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory mountServiceFromTag(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/api/contract/openapi3/OpenAPI3RouterFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
        start local 1 // java.lang.String tag
        start local 2 // java.lang.String address
         0: .line 200
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl java.lang.String java.lang.String top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* op */
        start local 3 // java.util.Map$Entry op
         2: .line 201
            aload 3 /* op */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
            aload 1 /* tag */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.hasTag:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 202
            aload 3 /* op */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
            aload 2 /* address */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.mountRouteToService:(Ljava/lang/String;)V
        end local 3 // java.util.Map$Entry op
         4: .line 200
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 204
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String address
        end local 1 // java.lang.String tag
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl;
            0    6     1      tag  Ljava/lang/String;
            0    6     2  address  Ljava/lang/String;
            2    4     3       op  Ljava/util/Map$Entry<Ljava/lang/String;Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;>;
    MethodParameters:
         Name  Flags
      tag      
      address  

  public io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory mountServiceInterface(java.lang.Class, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;)Lio/vertx/ext/web/api/contract/openapi3/OpenAPI3RouterFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
        start local 1 // java.lang.Class interfaceClass
        start local 2 // java.lang.String address
         0: .line 209
            aload 1 /* interfaceClass */
            invokevirtual java.lang.Class.getMethods:()[Ljava/lang/reflect/Method;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 10
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl java.lang.Class java.lang.String top int int java.lang.reflect.Method[]
      StackMap stack:
         1: aload 6
            iload 4
            aaload
            astore 3 /* m */
        start local 3 // java.lang.reflect.Method m
         2: .line 210
            aload 3 /* m */
            invokestatic io.vertx.ext.web.api.contract.openapi3.impl.OpenApi3Utils.serviceProxyMethodIsCompatibleHandler:(Ljava/lang/reflect/Method;)Z
            ifeq 9
         3: .line 211
            aload 3 /* m */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            astore 7 /* methodName */
        start local 7 // java.lang.String methodName
         4: .line 213
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
            aload 7 /* methodName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
            invokestatic java.util.Optional.ofNullable:(Ljava/lang/Object;)Ljava/util/Optional;
         5: .line 214
            aload 0 /* this */
            aload 7 /* methodName */
            invokedynamic get(Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl;Ljava/lang/String;)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/OpenAPI3RouterFactoryImpl.lambda$1(Ljava/lang/String;)Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue; (7)
                  ()Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;
            invokevirtual java.util.Optional.orElseGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
         6: .line 212
            astore 8 /* op */
        start local 8 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue op
         7: .line 217
            aload 8 /* op */
            ifnull 9
         8: .line 218
            aload 8 /* op */
            aload 2 /* address */
            aload 7 /* methodName */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.mountRouteToService:(Ljava/lang/String;Ljava/lang/String;)V
        end local 8 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue op
        end local 7 // java.lang.String methodName
        end local 3 // java.lang.reflect.Method m
         9: .line 209
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        10: iload 4
            iload 5
            if_icmplt 1
        11: .line 222
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String address
        end local 1 // java.lang.Class interfaceClass
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl;
            0   12     1  interfaceClass  Ljava/lang/Class;
            0   12     2         address  Ljava/lang/String;
            2    9     3               m  Ljava/lang/reflect/Method;
            4    9     7      methodName  Ljava/lang/String;
            7    9     8              op  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;
    MethodParameters:
                Name  Flags
      interfaceClass  
      address         

  public io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory mountOperationToEventBus(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/api/contract/openapi3/OpenAPI3RouterFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
        start local 1 // java.lang.String operationId
        start local 2 // java.lang.String address
         0: .line 227
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
            aload 1 /* operationId */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
            astore 3 /* op */
        start local 3 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue op
         1: .line 228
            aload 3 /* op */
            ifnonnull 2
            aload 1 /* operationId */
            invokestatic io.vertx.ext.web.api.contract.RouterFactoryException.createOperationIdNotFoundException:(Ljava/lang/String;)Lio/vertx/ext/web/api/contract/RouterFactoryException;
            athrow
         2: .line 229
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
      StackMap stack:
            aload 3 /* op */
            aload 2 /* address */
            aload 1 /* operationId */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.mountRouteToService:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 230
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue op
        end local 2 // java.lang.String address
        end local 1 // java.lang.String operationId
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl;
            0    4     1  operationId  Ljava/lang/String;
            0    4     2      address  Ljava/lang/String;
            1    4     3           op  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;
    MethodParameters:
             Name  Flags
      operationId  
      address      

  public io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory mountServicesFromExtensions();
    descriptor: ()Lio/vertx/ext/web/api/contract/openapi3/OpenAPI3RouterFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
         0: .line 235
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 20
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 1 /* opEntry */
        start local 1 // java.util.Map$Entry opEntry
         2: .line 236
            aload 1 /* opEntry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
            astore 3 /* operation */
        start local 3 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue operation
         3: .line 237
            ldc "x-vertx-event-bus"
            ldc "address"
            ldc "method"
            aload 3 /* operation */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.pathModel:Lio/swagger/v3/oas/models/PathItem;
            aload 3 /* operation */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.operationModel:Lio/swagger/v3/oas/models/Operation;
            invokestatic io.vertx.ext.web.api.contract.openapi3.impl.OpenApi3Utils.getAndMergeServiceExtension:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/swagger/v3/oas/models/PathItem;Lio/swagger/v3/oas/models/Operation;)Ljava/lang/Object;
            astore 4 /* extensionVal */
        start local 4 // java.lang.Object extensionVal
         4: .line 239
            aload 4 /* extensionVal */
            ifnull 20
         5: .line 240
            aload 4 /* extensionVal */
            instanceof java.lang.String
            ifeq 8
         6: .line 241
            aload 3 /* operation */
            aload 4 /* extensionVal */
            checkcast java.lang.String
            aload 1 /* opEntry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.mountRouteToService:(Ljava/lang/String;Ljava/lang/String;)V
         7: .line 242
            goto 20
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl java.util.Map$Entry java.util.Iterator io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue java.lang.Object
      StackMap stack:
         8: aload 4 /* extensionVal */
            instanceof java.util.Map
            ifeq 19
         9: .line 243
            new io.vertx.core.json.JsonObject
            dup
            aload 4 /* extensionVal */
            checkcast java.util.Map
            invokespecial io.vertx.core.json.JsonObject.<init>:(Ljava/util/Map;)V
            astore 5 /* extensionMap */
        start local 5 // io.vertx.core.json.JsonObject extensionMap
        10: .line 244
            aload 5 /* extensionMap */
            ldc "address"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            astore 6 /* address */
        start local 6 // java.lang.String address
        11: .line 245
            aload 5 /* extensionMap */
            ldc "method"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            astore 7 /* methodName */
        start local 7 // java.lang.String methodName
        12: .line 246
            aload 5 /* extensionMap */
            invokestatic io.vertx.ext.web.api.contract.openapi3.impl.OpenApi3Utils.sanitizeDeliveryOptionsExtension:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            astore 8 /* sanitizedMap */
        start local 8 // io.vertx.core.json.JsonObject sanitizedMap
        13: .line 247
            aload 6 /* address */
            ifnonnull 15
        14: .line 248
            ldc "Extension x-vertx-event-bus must define address"
            invokestatic io.vertx.ext.web.api.contract.RouterFactoryException.createWrongExtension:(Ljava/lang/String;)Lio/vertx/ext/web/api/contract/RouterFactoryException;
            athrow
        15: .line 249
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl java.util.Map$Entry java.util.Iterator io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue java.lang.Object io.vertx.core.json.JsonObject java.lang.String java.lang.String io.vertx.core.json.JsonObject
      StackMap stack:
            aload 7 /* methodName */
            ifnonnull 17
        16: .line 250
            aload 3 /* operation */
            aload 6 /* address */
            aload 1 /* opEntry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.mountRouteToService:(Ljava/lang/String;Ljava/lang/String;)V
            goto 20
        17: .line 252
      StackMap locals:
      StackMap stack:
            aload 3 /* operation */
            aload 6 /* address */
            aload 7 /* methodName */
            aload 8 /* sanitizedMap */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.mountRouteToService:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)V
        end local 8 // io.vertx.core.json.JsonObject sanitizedMap
        end local 7 // java.lang.String methodName
        end local 6 // java.lang.String address
        end local 5 // io.vertx.core.json.JsonObject extensionMap
        18: .line 253
            goto 20
        19: .line 254
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl java.util.Map$Entry java.util.Iterator io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue java.lang.Object
      StackMap stack:
            ldc "Extension x-vertx-event-bus must be or string or a JsonObject"
            invokestatic io.vertx.ext.web.api.contract.RouterFactoryException.createWrongExtension:(Ljava/lang/String;)Lio/vertx/ext/web/api/contract/RouterFactoryException;
            athrow
        end local 4 // java.lang.Object extensionVal
        end local 3 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue operation
        end local 1 // java.util.Map$Entry opEntry
        20: .line 235
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        21: .line 258
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl;
            2   20     1       opEntry  Ljava/util/Map$Entry<Ljava/lang/String;Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;>;
            3   20     3     operation  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;
            4   20     4  extensionVal  Ljava/lang/Object;
           10   18     5  extensionMap  Lio/vertx/core/json/JsonObject;
           11   18     6       address  Ljava/lang/String;
           12   18     7    methodName  Ljava/lang/String;
           13   18     8  sanitizedMap  Lio/vertx/core/json/JsonObject;

  public io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory addSecurityHandler(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/web/api/contract/openapi3/OpenAPI3RouterFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
        start local 1 // java.lang.String securitySchemaName
        start local 2 // io.vertx.core.Handler handler
         0: .line 263
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.securityHandlers:Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
            aload 1 /* securitySchemaName */
            aload 2 /* handler */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.addSecurityRequirement:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 264
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String securitySchemaName
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl;
            0    2     1  securitySchemaName  Ljava/lang/String;
            0    2     2             handler  Lio/vertx/core/Handler;
    MethodParameters:
                    Name  Flags
      securitySchemaName  
      handler             

  public io.vertx.ext.web.Router getRouter();
    descriptor: ()Lio/vertx/ext/web/Router;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=17, args_size=1
        start local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
         0: .line 269
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.vertx:Lio/vertx/core/Vertx;
            invokestatic io.vertx.ext.web.Router.router:(Lio/vertx/core/Vertx;)Lio/vertx/ext/web/Router;
            astore 1 /* router */
        start local 1 // io.vertx.ext.web.Router router
         1: .line 270
            aload 1 /* router */
            invokeinterface io.vertx.ext.web.Router.route:()Lio/vertx/ext/web/Route;
            astore 2 /* globalRoute */
        start local 2 // io.vertx.ext.web.Route globalRoute
         2: .line 271
            aload 2 /* globalRoute */
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.getBodyHandler:()Lio/vertx/ext/web/handler/BodyHandler;
            invokeinterface io.vertx.ext.web.Route.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
            pop
         3: .line 273
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.getGlobalHandlers:()Ljava/util/List;
            astore 3 /* globalHandlers */
        start local 3 // java.util.List globalHandlers
         4: .line 274
            aload 3 /* globalHandlers */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 7
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.ext.web.Router io.vertx.ext.web.Route java.util.List top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.core.Handler
            astore 4 /* globalHandler */
        start local 4 // io.vertx.core.Handler globalHandler
         6: .line 275
            aload 2 /* globalRoute */
            aload 4 /* globalHandler */
            invokeinterface io.vertx.ext.web.Route.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
            pop
        end local 4 // io.vertx.core.Handler globalHandler
         7: .line 274
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 278
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.securityHandlers:Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
         9: .line 279
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.spec:Ljava/lang/Object;
            checkcast io.swagger.v3.oas.models.OpenAPI
            invokevirtual io.swagger.v3.oas.models.OpenAPI.getSecurity:()Ljava/util/List;
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.getOptions:()Lio/vertx/ext/web/api/contract/RouterFactoryOptions;
            invokevirtual io.vertx.ext.web.api.contract.RouterFactoryOptions.isRequireSecurityHandlers:()Z
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.solveSecurityHandlers:(Ljava/util/List;Z)Ljava/util/List;
        10: .line 278
            astore 4 /* globalSecurityHandlers */
        start local 4 // java.util.List globalSecurityHandlers
        11: .line 280
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 6
            goto 92
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.ext.web.Router io.vertx.ext.web.Route java.util.List java.util.List top java.util.Iterator
      StackMap stack:
        12: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
            astore 5 /* operation */
        start local 5 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue operation
        13: .line 282
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.options:Lio/vertx/ext/web/api/contract/RouterFactoryOptions;
            invokevirtual io.vertx.ext.web.api.contract.RouterFactoryOptions.isMountNotImplementedHandler:()Z
            ifne 15
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.isConfigured:()Z
            ifne 15
        14: .line 283
            goto 92
        15: .line 285
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.ext.web.Router io.vertx.ext.web.Route java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue java.util.Iterator
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 7 /* handlersToLoad */
        start local 7 // java.util.List handlersToLoad
        16: .line 286
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 8 /* failureHandlersToLoad */
        start local 8 // java.util.List failureHandlersToLoad
        17: .line 291
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getOperationModel:()Lio/swagger/v3/oas/models/Operation;
            invokevirtual io.swagger.v3.oas.models.Operation.getSecurity:()Ljava/util/List;
            ifnull 23
        18: .line 292
            aload 7 /* handlersToLoad */
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.securityHandlers:Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
        19: .line 293
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getOperationModel:()Lio/swagger/v3/oas/models/Operation;
            invokevirtual io.swagger.v3.oas.models.Operation.getSecurity:()Ljava/util/List;
        20: .line 294
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.getOptions:()Lio/vertx/ext/web/api/contract/RouterFactoryOptions;
            invokevirtual io.vertx.ext.web.api.contract.RouterFactoryOptions.isRequireSecurityHandlers:()Z
        21: .line 292
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.solveSecurityHandlers:(Ljava/util/List;Z)Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        22: .line 296
            goto 24
        23: .line 297
      StackMap locals: java.util.List java.util.List
      StackMap stack:
            aload 7 /* handlersToLoad */
            aload 4 /* globalSecurityHandlers */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        24: .line 301
      StackMap locals:
      StackMap stack:
            new io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RequestValidationHandlerImpl
            dup
            aload 5 /* operation */
        25: .line 302
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getOperationModel:()Lio/swagger/v3/oas/models/Operation;
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getParameters:()Ljava/util/List;
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.spec:Ljava/lang/Object;
            checkcast io.swagger.v3.oas.models.OpenAPI
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.refsCache:Lio/swagger/v3/parser/ResolverCache;
        26: .line 301
            invokespecial io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RequestValidationHandlerImpl.<init>:(Lio/swagger/v3/oas/models/Operation;Ljava/util/List;Lio/swagger/v3/oas/models/OpenAPI;Lio/swagger/v3/parser/ResolverCache;)V
            astore 9 /* validationHandler */
        start local 9 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RequestValidationHandlerImpl validationHandler
        27: .line 303
            aload 7 /* handlersToLoad */
            aload 9 /* validationHandler */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 306
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.isConfigured:()Z
            ifeq 48
        29: .line 307
            aload 7 /* handlersToLoad */
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getUserHandlers:()Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        30: .line 308
            aload 8 /* failureHandlersToLoad */
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getUserFailureHandlers:()Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        31: .line 309
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.mustMountRouteToService:()Z
            ifeq 49
        32: .line 310
            aload 7 /* handlersToLoad */
        33: .line 311
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getEbServiceDeliveryOptions:()Lio/vertx/core/json/JsonObject;
            ifnull 41
        34: .line 312
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.eventBus:()Lio/vertx/core/eventbus/EventBus;
        35: .line 313
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getEbServiceAddress:()Ljava/lang/String;
        36: .line 314
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getEbServiceMethodName:()Ljava/lang/String;
        37: .line 315
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getEbServiceDeliveryOptions:()Lio/vertx/core/json/JsonObject;
        38: .line 316
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.getExtraOperationContextPayloadMapper:()Ljava/util/function/Function;
        39: .line 311
            invokestatic io.vertx.ext.web.api.contract.impl.RouteToEBServiceHandler.build:(Lio/vertx/core/eventbus/EventBus;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Ljava/util/function/Function;)Lio/vertx/ext/web/api/contract/impl/RouteToEBServiceHandler;
        40: .line 317
            goto 46
        41: .line 318
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.ext.web.Router io.vertx.ext.web.Route java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue java.util.Iterator java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RequestValidationHandlerImpl
      StackMap stack: java.util.List
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.eventBus:()Lio/vertx/core/eventbus/EventBus;
        42: .line 319
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getEbServiceAddress:()Ljava/lang/String;
        43: .line 320
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getEbServiceMethodName:()Ljava/lang/String;
        44: .line 321
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.getExtraOperationContextPayloadMapper:()Ljava/util/function/Function;
        45: .line 317
            invokestatic io.vertx.ext.web.api.contract.impl.RouteToEBServiceHandler.build:(Lio/vertx/core/eventbus/EventBus;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function;)Lio/vertx/ext/web/api/contract/impl/RouteToEBServiceHandler;
        46: .line 310
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.ext.web.Router io.vertx.ext.web.Route java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue java.util.Iterator java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RequestValidationHandlerImpl
      StackMap stack: java.util.List io.vertx.ext.web.api.contract.impl.RouteToEBServiceHandler
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        47: .line 325
            goto 49
        48: .line 326
      StackMap locals:
      StackMap stack:
            aload 7 /* handlersToLoad */
            getstatic io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.NOT_IMPLEMENTED_HANDLER:Lio/vertx/core/Handler;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        49: .line 330
      StackMap locals:
      StackMap stack:
            new io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver
            dup
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getPath:()Ljava/lang/String;
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getParameters:()Ljava/util/List;
            invokespecial io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver.<init>:(Ljava/lang/String;Ljava/util/List;)V
            astore 10 /* pathResolver */
        start local 10 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver pathResolver
        50: .line 331
            aload 10 /* pathResolver */
        51: .line 332
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver.solve:()Ljava/util/Optional;
        52: .line 333
            aload 1 /* router */
            aload 5 /* operation */
            invokedynamic apply(Lio/vertx/ext/web/Router;Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;)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/OpenAPI3RouterFactoryImpl.lambda$5(Lio/vertx/ext/web/Router;Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;Ljava/util/regex/Pattern;)Lio/vertx/ext/web/Route; (6)
                  (Ljava/util/regex/Pattern;)Lio/vertx/ext/web/Route;
            invokevirtual java.util.Optional.map:(Ljava/util/function/Function;)Ljava/util/Optional;
        53: .line 334
            aload 1 /* router */
            aload 5 /* operation */
            invokedynamic get(Lio/vertx/ext/web/Router;Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;)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/OpenAPI3RouterFactoryImpl.lambda$6(Lio/vertx/ext/web/Router;Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;)Lio/vertx/ext/web/Route; (6)
                  ()Lio/vertx/ext/web/Route;
            invokevirtual java.util.Optional.orElseGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.Route
        54: .line 331
            astore 11 /* route */
        start local 11 // io.vertx.ext.web.Route route
        55: .line 336
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.getOptions:()Lio/vertx/ext/web/api/contract/RouterFactoryOptions;
            invokevirtual io.vertx.ext.web.api.contract.RouterFactoryOptions.getOperationModelKey:()Ljava/lang/String;
            astore 12 /* exposeConfigurationKey */
        start local 12 // java.lang.String exposeConfigurationKey
        56: .line 337
            aload 12 /* exposeConfigurationKey */
            ifnull 58
        57: .line 338
            aload 11 /* route */
            aload 12 /* exposeConfigurationKey */
            aload 5 /* operation */
            invokedynamic handle(Ljava/lang/String;Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;)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/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl.lambda$7(Ljava/lang/String;Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;Lio/vertx/ext/web/RoutingContext;)V (6)
                  (Lio/vertx/ext/web/RoutingContext;)V
            invokeinterface io.vertx.ext.web.Route.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
            pop
        58: .line 341
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver io.vertx.ext.web.Route java.lang.String
      StackMap stack:
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 13 /* consumes */
        start local 13 // java.util.Set consumes
        59: .line 342
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 14 /* produces */
        start local 14 // java.util.Set produces
        60: .line 343
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getOperationModel:()Lio/swagger/v3/oas/models/Operation;
            invokevirtual io.swagger.v3.oas.models.Operation.getRequestBody:()Lio/swagger/v3/oas/models/parameters/RequestBody;
            ifnull 63
        61: .line 344
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getOperationModel:()Lio/swagger/v3/oas/models/Operation;
            invokevirtual io.swagger.v3.oas.models.Operation.getRequestBody:()Lio/swagger/v3/oas/models/parameters/RequestBody;
            invokevirtual io.swagger.v3.oas.models.parameters.RequestBody.getContent:()Lio/swagger/v3/oas/models/media/Content;
            ifnull 63
        62: .line 345
            aload 13 /* consumes */
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getOperationModel:()Lio/swagger/v3/oas/models/Operation;
            invokevirtual io.swagger.v3.oas.models.Operation.getRequestBody:()Lio/swagger/v3/oas/models/parameters/RequestBody;
            invokevirtual io.swagger.v3.oas.models.parameters.RequestBody.getContent:()Lio/swagger/v3/oas/models/media/Content;
            invokevirtual io.swagger.v3.oas.models.media.Content.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
            pop
        63: .line 348
      StackMap locals: java.util.Set java.util.Set
      StackMap stack:
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getOperationModel:()Lio/swagger/v3/oas/models/Operation;
            invokevirtual io.swagger.v3.oas.models.Operation.getResponses:()Lio/swagger/v3/oas/models/responses/ApiResponses;
            ifnull 69
        64: .line 349
            aload 5 /* operation */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getOperationModel:()Lio/swagger/v3/oas/models/Operation;
            invokevirtual io.swagger.v3.oas.models.Operation.getResponses:()Lio/swagger/v3/oas/models/responses/ApiResponses;
            invokevirtual io.swagger.v3.oas.models.responses.ApiResponses.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 16
            goto 68
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.ext.web.Router io.vertx.ext.web.Route java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue java.util.Iterator java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RequestValidationHandlerImpl io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver io.vertx.ext.web.Route java.lang.String java.util.Set java.util.Set top java.util.Iterator
      StackMap stack:
        65: aload 16
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.swagger.v3.oas.models.responses.ApiResponse
            astore 15 /* response */
        start local 15 // io.swagger.v3.oas.models.responses.ApiResponse response
        66: .line 350
            aload 15 /* response */
            invokevirtual io.swagger.v3.oas.models.responses.ApiResponse.getContent:()Lio/swagger/v3/oas/models/media/Content;
            ifnull 68
        67: .line 351
            aload 14 /* produces */
            aload 15 /* response */
            invokevirtual io.swagger.v3.oas.models.responses.ApiResponse.getContent:()Lio/swagger/v3/oas/models/media/Content;
            invokevirtual io.swagger.v3.oas.models.media.Content.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
            pop
        end local 15 // io.swagger.v3.oas.models.responses.ApiResponse response
        68: .line 349
      StackMap locals:
      StackMap stack:
            aload 16
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 65
        69: .line 353
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.ext.web.Router io.vertx.ext.web.Route java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue java.util.Iterator java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RequestValidationHandlerImpl io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver io.vertx.ext.web.Route java.lang.String java.util.Set java.util.Set
      StackMap stack:
            aload 13 /* consumes */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 16
            goto 72
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.ext.web.Router io.vertx.ext.web.Route java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue java.util.Iterator java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RequestValidationHandlerImpl io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver io.vertx.ext.web.Route java.lang.String java.util.Set java.util.Set top java.util.Iterator
      StackMap stack:
        70: aload 16
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 15 /* ct */
        start local 15 // java.lang.String ct
        71: .line 354
            aload 11 /* route */
            aload 15 /* ct */
            invokeinterface io.vertx.ext.web.Route.consumes:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            pop
        end local 15 // java.lang.String ct
        72: .line 353
      StackMap locals:
      StackMap stack:
            aload 16
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 70
        73: .line 356
            aload 14 /* produces */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 16
            goto 76
      StackMap locals:
      StackMap stack:
        74: aload 16
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 15 /* ct */
        start local 15 // java.lang.String ct
        75: .line 357
            aload 11 /* route */
            aload 15 /* ct */
            invokeinterface io.vertx.ext.web.Route.produces:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            pop
        end local 15 // java.lang.String ct
        76: .line 356
      StackMap locals:
      StackMap stack:
            aload 16
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 74
        77: .line 359
            aload 13 /* consumes */
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 81
        78: .line 360
            aload 11 /* route */
            checkcast io.vertx.ext.web.impl.RouteImpl
            aload 9 /* validationHandler */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RequestValidationHandlerImpl.isBodyRequired:()Z
            ifeq 79
            iconst_0
            goto 80
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.ext.web.Router io.vertx.ext.web.Route java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue java.util.Iterator java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RequestValidationHandlerImpl io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver io.vertx.ext.web.Route java.lang.String java.util.Set java.util.Set
      StackMap stack: io.vertx.ext.web.impl.RouteImpl
        79: iconst_1
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.ext.web.Router io.vertx.ext.web.Route java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue java.util.Iterator java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RequestValidationHandlerImpl io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver io.vertx.ext.web.Route java.lang.String java.util.Set java.util.Set
      StackMap stack: io.vertx.ext.web.impl.RouteImpl int
        80: invokevirtual io.vertx.ext.web.impl.RouteImpl.setEmptyBodyPermittedWithConsumes:(Z)V
        81: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.options:Lio/vertx/ext/web/api/contract/RouterFactoryOptions;
            invokevirtual io.vertx.ext.web.api.contract.RouterFactoryOptions.isMountResponseContentTypeHandler:()Z
            ifeq 83
            aload 14 /* produces */
            invokeinterface java.util.Set.size:()I
            ifeq 83
        82: .line 363
            aload 11 /* route */
            invokestatic io.vertx.ext.web.handler.ResponseContentTypeHandler.create:()Lio/vertx/ext/web/handler/ResponseContentTypeHandler;
            invokeinterface io.vertx.ext.web.Route.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
            pop
        83: .line 365
      StackMap locals:
      StackMap stack:
            aload 11 /* route */
            new java.util.ArrayList
            dup
            aload 10 /* pathResolver */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver.getMappedGroups:()Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokeinterface io.vertx.ext.web.Route.setRegexGroupsNames:(Ljava/util/List;)Lio/vertx/ext/web/Route;
            pop
        84: .line 366
            aload 7 /* handlersToLoad */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 16
            goto 87
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.ext.web.Router io.vertx.ext.web.Route java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue java.util.Iterator java.util.List java.util.List io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RequestValidationHandlerImpl io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver io.vertx.ext.web.Route java.lang.String java.util.Set java.util.Set top java.util.Iterator
      StackMap stack:
        85: aload 16
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.core.Handler
            astore 15 /* handler */
        start local 15 // io.vertx.core.Handler handler
        86: .line 367
            aload 11 /* route */
            aload 15 /* handler */
            invokeinterface io.vertx.ext.web.Route.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
            pop
        end local 15 // io.vertx.core.Handler handler
        87: .line 366
      StackMap locals:
      StackMap stack:
            aload 16
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 85
        88: .line 368
            aload 8 /* failureHandlersToLoad */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 16
            goto 91
      StackMap locals:
      StackMap stack:
        89: aload 16
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.core.Handler
            astore 15 /* failureHandler */
        start local 15 // io.vertx.core.Handler failureHandler
        90: .line 369
            aload 11 /* route */
            aload 15 /* failureHandler */
            invokeinterface io.vertx.ext.web.Route.failureHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
            pop
        end local 15 // io.vertx.core.Handler failureHandler
        91: .line 368
      StackMap locals:
      StackMap stack:
            aload 16
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 89
        end local 14 // java.util.Set produces
        end local 13 // java.util.Set consumes
        end local 12 // java.lang.String exposeConfigurationKey
        end local 11 // io.vertx.ext.web.Route route
        end local 10 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver pathResolver
        end local 9 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RequestValidationHandlerImpl validationHandler
        end local 8 // java.util.List failureHandlersToLoad
        end local 7 // java.util.List handlersToLoad
        end local 5 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue operation
        92: .line 280
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.ext.web.Router io.vertx.ext.web.Route java.util.List java.util.List top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        93: .line 372
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.options:Lio/vertx/ext/web/api/contract/RouterFactoryOptions;
            invokevirtual io.vertx.ext.web.api.contract.RouterFactoryOptions.isMountValidationFailureHandler:()Z
            ifeq 94
            aload 1 /* router */
            sipush 400
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.getValidationFailureHandler:()Lio/vertx/core/Handler;
            invokeinterface io.vertx.ext.web.Router.errorHandler:(ILio/vertx/core/Handler;)Lio/vertx/ext/web/Router;
            pop
        94: .line 373
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl io.vertx.ext.web.Router io.vertx.ext.web.Route java.util.List java.util.List
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.options:Lio/vertx/ext/web/api/contract/RouterFactoryOptions;
            invokevirtual io.vertx.ext.web.api.contract.RouterFactoryOptions.isMountNotImplementedHandler:()Z
            ifeq 95
            aload 1 /* router */
            sipush 501
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.getNotImplementedFailureHandler:()Lio/vertx/core/Handler;
            invokeinterface io.vertx.ext.web.Router.errorHandler:(ILio/vertx/core/Handler;)Lio/vertx/ext/web/Router;
            pop
        95: .line 374
      StackMap locals:
      StackMap stack:
            aload 1 /* router */
            areturn
        end local 4 // java.util.List globalSecurityHandlers
        end local 3 // java.util.List globalHandlers
        end local 2 // io.vertx.ext.web.Route globalRoute
        end local 1 // io.vertx.ext.web.Router router
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   96     0                    this  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl;
            1   96     1                  router  Lio/vertx/ext/web/Router;
            2   96     2             globalRoute  Lio/vertx/ext/web/Route;
            4   96     3          globalHandlers  Ljava/util/List<Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;>;
            6    7     4           globalHandler  Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
           11   96     4  globalSecurityHandlers  Ljava/util/List<Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;>;
           13   92     5               operation  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;
           16   92     7          handlersToLoad  Ljava/util/List<Lio/vertx/core/Handler;>;
           17   92     8   failureHandlersToLoad  Ljava/util/List<Lio/vertx/core/Handler;>;
           27   92     9       validationHandler  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RequestValidationHandlerImpl;
           50   92    10            pathResolver  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3PathResolver;
           55   92    11                   route  Lio/vertx/ext/web/Route;
           56   92    12  exposeConfigurationKey  Ljava/lang/String;
           59   92    13                consumes  Ljava/util/Set<Ljava/lang/String;>;
           60   92    14                produces  Ljava/util/Set<Ljava/lang/String;>;
           66   68    15                response  Lio/swagger/v3/oas/models/responses/ApiResponse;
           71   72    15                      ct  Ljava/lang/String;
           75   76    15                      ct  Ljava/lang/String;
           86   87    15                 handler  Lio/vertx/core/Handler;
           90   91    15          failureHandler  Lio/vertx/core/Handler;

  public io.vertx.ext.web.api.contract.RouterFactory addSecurityHandler(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/web/api/contract/RouterFactory;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.addSecurityHandler:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/web/api/contract/openapi3/OpenAPI3RouterFactory;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.RoutingContext rc
         0: .line 36
            aload 0 /* rc */
            sipush 501
            invokeinterface io.vertx.ext.web.RoutingContext.fail:(I)V
            return
        end local 0 // io.vertx.ext.web.RoutingContext rc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    rc  Lio/vertx/ext/web/RoutingContext;

  private io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue lambda$1(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;
    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.OpenAPI3RouterFactoryImpl this
         0: .line 215
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.stream:()Ljava/util/stream/Stream;
            aload 1
            invokedynamic test(Ljava/lang/String;)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
                  io/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl.lambda$2(Ljava/lang/String;Ljava/util/Map$Entry;)Z (6)
                  (Ljava/util/Map$Entry;)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/Map$Entry.getValue()Ljava/lang/Object; (9 itf)
                  (Ljava/util/Map$Entry;)Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.findFirst:()Ljava/util/Optional;
            invokedynamic get()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/OpenAPI3RouterFactoryImpl.lambda$4()Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue; (6)
                  ()Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;
            invokevirtual java.util.Optional.orElseGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
            areturn
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl;

  private static io.vertx.ext.web.Route lambda$5(io.vertx.ext.web.Router, io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue, java.util.regex.Pattern);
    descriptor: (Lio/vertx/ext/web/Router;Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;Ljava/util/regex/Pattern;)Lio/vertx/ext/web/Route;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // java.util.regex.Pattern solvedRegex
         0: .line 333
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getMethod:()Lio/vertx/core/http/HttpMethod;
            aload 2 /* solvedRegex */
            invokevirtual java.util.regex.Pattern.toString:()Ljava/lang/String;
            invokeinterface io.vertx.ext.web.Router.routeWithRegex:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 2 // java.util.regex.Pattern solvedRegex
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     2  solvedRegex  Ljava/util/regex/Pattern;

  private static io.vertx.ext.web.Route lambda$6(io.vertx.ext.web.Router, io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue);
    descriptor: (Lio/vertx/ext/web/Router;Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;)Lio/vertx/ext/web/Route;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 334
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getMethod:()Lio/vertx/core/http/HttpMethod;
            aload 1
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getPath:()Ljava/lang/String;
            invokeinterface io.vertx.ext.web.Router.route:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$7(java.lang.String, io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue, io.vertx.ext.web.RoutingContext);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // io.vertx.ext.web.RoutingContext context
         0: .line 338
            aload 2 /* context */
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getOperationModel:()Lio/swagger/v3/oas/models/Operation;
            invokeinterface io.vertx.ext.web.RoutingContext.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.RoutingContext.next:()V
            return
        end local 2 // io.vertx.ext.web.RoutingContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     2  context  Lio/vertx/ext/web/RoutingContext;

  private static boolean lambda$2(java.lang.String, java.util.Map$Entry);
    descriptor: (Ljava/lang/String;Ljava/util/Map$Entry;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.util.Map$Entry e
         0: .line 215
            aload 1 /* e */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokestatic io.vertx.ext.web.api.contract.openapi3.impl.OpenApi3Utils.sanitizeOperationId:(Ljava/lang/String;)Ljava/lang/String;
            aload 0
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.util.Map$Entry e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     e  Ljava/util/Map$Entry<Ljava/lang/String;Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;>;

  private static io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue lambda$4();
    descriptor: ()Lio/vertx/ext/web/api/contract/openapi3/impl/OpenAPI3RouterFactoryImpl$OperationValue;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 215
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lio/vertx/ext/web/api/contract/impl/BaseRouterFactory<Lio/swagger/v3/oas/models/OpenAPI;>;Lio/vertx/ext/web/api/contract/openapi3/OpenAPI3RouterFactory;
SourceFile: "OpenAPI3RouterFactoryImpl.java"
NestMembers:
  io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
InnerClasses:
  public final HttpMethod = io.swagger.v3.oas.models.PathItem$HttpMethod of io.swagger.v3.oas.models.PathItem
  private OperationValue = io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue of io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map