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: 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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokespecial io.vertx.ext.web.api.contract.impl.BaseRouterFactory.<init>:(Lio/vertx/core/Vertx;Ljava/lang/Object;)V
1: aload 0
aload 3
putfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.refsCache:Lio/swagger/v3/parser/ResolverCache;
2: aload 0
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: aload 0
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: aload 2
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
start local 4 6: aload 4
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
start local 6 8: aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
aload 6
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
9: aload 6
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: aload 4
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
checkcast java.lang.String
11: aload 6
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
checkcast io.swagger.v3.oas.models.Operation
12: aload 4
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: invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
end local 6 14: StackMap locals:
StackMap stack:
aload 7
invokeinterface java.util.Iterator.hasNext:()Z
ifne 7
end local 4 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:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 5
16: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.securityHandlers:Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
aload 1
aload 2
aload 3
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.addSecurityRequirement:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 2
ifnull 4
1: aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
astore 3
start local 3 2: aload 3
ifnonnull 3
aload 1
invokestatic io.vertx.ext.web.api.contract.RouterFactoryException.createOperationIdNotFoundException:(Ljava/lang/String;)Lio/vertx/ext/web/api/contract/RouterFactoryException;
athrow
3: StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
StackMap stack:
aload 3
aload 2
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.addUserHandler:(Lio/vertx/core/Handler;)V
end local 3 4: StackMap locals:
StackMap stack:
aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 2
ifnull 4
1: aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
astore 3
start local 3 2: aload 3
ifnonnull 3
aload 1
invokestatic io.vertx.ext.web.api.contract.RouterFactoryException.createOperationIdNotFoundException:(Ljava/lang/String;)Lio/vertx/ext/web/api/contract/RouterFactoryException;
athrow
3: StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
StackMap stack:
aload 3
aload 2
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.addUserFailureHandler:(Lio/vertx/core/Handler;)V
end local 3 4: StackMap locals:
StackMap stack:
aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
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
start local 3 2: aload 3
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
aload 1
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.hasTag:(Ljava/lang/String;)Z
ifeq 4
3: aload 3
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
aload 2
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.mountRouteToService:(Ljava/lang/String;)V
end local 3 4: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 1
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
start local 3 2: aload 3
invokestatic io.vertx.ext.web.api.contract.openapi3.impl.OpenApi3Utils.serviceProxyMethodIsCompatibleHandler:(Ljava/lang/reflect/Method;)Z
ifeq 9
3: aload 3
invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
astore 7
start local 7 4: aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
aload 7
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: aload 0
aload 7
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: astore 8
start local 8 7: aload 8
ifnull 9
8: aload 8
aload 2
aload 7
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.mountRouteToService:(Ljava/lang/String;Ljava/lang/String;)V
end local 8 end local 7 end local 3 9: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
10: iload 4
iload 5
if_icmplt 1
11: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.operations:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
astore 3
start local 3 1: aload 3
ifnonnull 2
aload 1
invokestatic io.vertx.ext.web.api.contract.RouterFactoryException.createOperationIdNotFoundException:(Ljava/lang/String;)Lio/vertx/ext/web/api/contract/RouterFactoryException;
athrow
2: StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
StackMap stack:
aload 3
aload 2
aload 1
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.mountRouteToService:(Ljava/lang/String;Ljava/lang/String;)V
3: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
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
start local 1 2: aload 1
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
checkcast io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue
astore 3
start local 3 3: ldc "x-vertx-event-bus"
ldc "address"
ldc "method"
aload 3
getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.pathModel:Lio/swagger/v3/oas/models/PathItem;
aload 3
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
start local 4 4: aload 4
ifnull 20
5: aload 4
instanceof java.lang.String
ifeq 8
6: aload 3
aload 4
checkcast java.lang.String
aload 1
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: 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
instanceof java.util.Map
ifeq 19
9: new io.vertx.core.json.JsonObject
dup
aload 4
checkcast java.util.Map
invokespecial io.vertx.core.json.JsonObject.<init>:(Ljava/util/Map;)V
astore 5
start local 5 10: aload 5
ldc "address"
invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
astore 6
start local 6 11: aload 5
ldc "method"
invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
astore 7
start local 7 12: aload 5
invokestatic io.vertx.ext.web.api.contract.openapi3.impl.OpenApi3Utils.sanitizeDeliveryOptionsExtension:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
astore 8
start local 8 13: aload 6
ifnonnull 15
14: 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: 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
ifnonnull 17
16: aload 3
aload 6
aload 1
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: StackMap locals:
StackMap stack:
aload 3
aload 6
aload 7
aload 8
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 end local 7 end local 6 end local 5 18: goto 20
19: 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 end local 3 end local 1 20: 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: aload 0
areturn
end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.securityHandlers:Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
aload 1
aload 2
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore.addSecurityRequirement:(Ljava/lang/String;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 2 end local 1 end local 0 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 0: aload 0
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
start local 1 1: aload 1
invokeinterface io.vertx.ext.web.Router.route:()Lio/vertx/ext/web/Route;
astore 2
start local 2 2: aload 2
aload 0
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: aload 0
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.getGlobalHandlers:()Ljava/util/List;
astore 3
start local 3 4: aload 3
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
start local 4 6: aload 2
aload 4
invokeinterface io.vertx.ext.web.Route.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
pop
end local 4 7: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 5
8: aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.securityHandlers:Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
9: aload 0
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
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: astore 4
start local 4 11: aload 0
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
start local 5 13: aload 0
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
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.isConfigured:()Z
ifne 15
14: goto 92
15: 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
start local 7 16: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 8
start local 8 17: aload 5
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: aload 7
aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.securityHandlers:Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
19: aload 5
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: aload 0
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: 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: goto 24
23: StackMap locals: java.util.List java.util.List
StackMap stack:
aload 7
aload 4
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
24: StackMap locals:
StackMap stack:
new io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RequestValidationHandlerImpl
dup
aload 5
25: invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getOperationModel:()Lio/swagger/v3/oas/models/Operation;
aload 5
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getParameters:()Ljava/util/List;
aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.spec:Ljava/lang/Object;
checkcast io.swagger.v3.oas.models.OpenAPI
aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.refsCache:Lio/swagger/v3/parser/ResolverCache;
26: 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
start local 9 27: aload 7
aload 9
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
28: aload 5
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.isConfigured:()Z
ifeq 48
29: aload 7
aload 5
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: aload 8
aload 5
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: aload 5
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.mustMountRouteToService:()Z
ifeq 49
32: aload 7
33: aload 5
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getEbServiceDeliveryOptions:()Lio/vertx/core/json/JsonObject;
ifnull 41
34: aload 0
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: aload 5
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getEbServiceAddress:()Ljava/lang/String;
36: aload 5
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getEbServiceMethodName:()Ljava/lang/String;
37: aload 5
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getEbServiceDeliveryOptions:()Lio/vertx/core/json/JsonObject;
38: aload 0
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.getExtraOperationContextPayloadMapper:()Ljava/util/function/Function;
39: 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: goto 46
41: 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
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: aload 5
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getEbServiceAddress:()Ljava/lang/String;
43: aload 5
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getEbServiceMethodName:()Ljava/lang/String;
44: aload 0
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl.getExtraOperationContextPayloadMapper:()Ljava/util/function/Function;
45: 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: 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: goto 49
48: StackMap locals:
StackMap stack:
aload 7
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: StackMap locals:
StackMap stack:
new io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver
dup
aload 5
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getPath:()Ljava/lang/String;
aload 5
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
start local 10 50: aload 10
51: invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3PathResolver.solve:()Ljava/util/Optional;
52: aload 1
aload 5
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: aload 1
aload 5
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: astore 11
start local 11 55: aload 0
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
start local 12 56: aload 12
ifnull 58
57: aload 11
aload 12
aload 5
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: 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
start local 13 59: new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
astore 14
start local 14 60: aload 5
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: aload 5
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: aload 13
aload 5
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: StackMap locals: java.util.Set java.util.Set
StackMap stack:
aload 5
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: aload 5
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
start local 15 66: aload 15
invokevirtual io.swagger.v3.oas.models.responses.ApiResponse.getContent:()Lio/swagger/v3/oas/models/media/Content;
ifnull 68
67: aload 14
aload 15
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 68: StackMap locals:
StackMap stack:
aload 16
invokeinterface java.util.Iterator.hasNext:()Z
ifne 65
69: 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
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
start local 15 71: aload 11
aload 15
invokeinterface io.vertx.ext.web.Route.consumes:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
pop
end local 15 72: StackMap locals:
StackMap stack:
aload 16
invokeinterface java.util.Iterator.hasNext:()Z
ifne 70
73: aload 14
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
start local 15 75: aload 11
aload 15
invokeinterface io.vertx.ext.web.Route.produces:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
pop
end local 15 76: StackMap locals:
StackMap stack:
aload 16
invokeinterface java.util.Iterator.hasNext:()Z
ifne 74
77: aload 13
invokeinterface java.util.Set.isEmpty:()Z
ifne 81
78: aload 11
checkcast io.vertx.ext.web.impl.RouteImpl
aload 9
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: StackMap locals:
StackMap stack:
aload 0
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
invokeinterface java.util.Set.size:()I
ifeq 83
82: aload 11
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: StackMap locals:
StackMap stack:
aload 11
new java.util.ArrayList
dup
aload 10
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: aload 7
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
start local 15 86: aload 11
aload 15
invokeinterface io.vertx.ext.web.Route.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
pop
end local 15 87: StackMap locals:
StackMap stack:
aload 16
invokeinterface java.util.Iterator.hasNext:()Z
ifne 85
88: aload 8
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
start local 15 90: aload 11
aload 15
invokeinterface io.vertx.ext.web.Route.failureHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
pop
end local 15 91: StackMap locals:
StackMap stack:
aload 16
invokeinterface java.util.Iterator.hasNext:()Z
ifne 89
end local 14 end local 13 end local 12 end local 11 end local 10 end local 9 end local 8 end local 7 end local 5 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:
aload 6
invokeinterface java.util.Iterator.hasNext:()Z
ifne 12
93: aload 0
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
sipush 400
aload 0
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: 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
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
sipush 501
aload 0
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: StackMap locals:
StackMap stack:
aload 1
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 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: 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 0: aload 0
sipush 501
invokeinterface io.vertx.ext.web.RoutingContext.fail:(I)V
return
end local 0 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 0: aload 0
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 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 0: aload 0
aload 1
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl$OperationValue.getMethod:()Lio/vertx/core/http/HttpMethod;
aload 2
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 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: 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 0: aload 2
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 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 0: aload 1
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 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: 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