class io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey
super_class: java.lang.Object
{
private java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private java.lang.String oauth2Scope;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
final io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore this$0;
descriptor: Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore, java.lang.String, java.lang.String);
descriptor: (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.this$0:Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.name:Ljava/lang/String;
2: aload 0
aload 3
putfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.oauth2Scope:Ljava/lang/String;
3: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
0 4 2 name Ljava/lang/String;
0 4 3 oauth2Scope Ljava/lang/String;
MethodParameters:
Name Flags
this$0 final
name
oauth2Scope
public void <init>(io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore, java.lang.String);
descriptor: (Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
aload 2
aconst_null
invokespecial io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.<init>:(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;Ljava/lang/String;Ljava/lang/String;)V
1: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
0 2 2 name Ljava/lang/String;
MethodParameters:
Name Flags
this$0 final
name
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
public java.lang.String getScope();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.oauth2Scope:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
public boolean hasScope();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.oauth2Scope:Ljava/lang/String;
ifnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpne 1
iconst_1
ireturn
1: StackMap locals:
StackMap stack:
aload 1
ifnull 2
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 3
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 1
checkcast io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey
astore 2
start local 2 4: aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.name:Ljava/lang/String;
aload 2
getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.name:Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 5
iconst_0
ireturn
5: StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey
StackMap stack:
aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.oauth2Scope:Ljava/lang/String;
ifnull 6
aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.oauth2Scope:Ljava/lang/String;
aload 2
getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.oauth2Scope:Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
goto 8
StackMap locals:
StackMap stack:
6: aload 2
getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.oauth2Scope:Ljava/lang/String;
ifnonnull 7
iconst_1
goto 8
StackMap locals:
StackMap stack:
7: iconst_0
StackMap locals:
StackMap stack: int
8: ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
0 9 1 o Ljava/lang/Object;
4 9 2 that Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.name:Ljava/lang/String;
invokevirtual java.lang.String.hashCode:()I
istore 1
start local 1 1: bipush 31
iload 1
imul
aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.oauth2Scope:Ljava/lang/String;
ifnull 2
aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.oauth2Scope:Ljava/lang/String;
invokevirtual java.lang.String.hashCode:()I
goto 3
StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey int
StackMap stack: int
2: iconst_0
StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey int
StackMap stack: int int
3: iadd
istore 1
4: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
1 5 1 result I
private io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey cloneWithoutScope();
descriptor: ()Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: new io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey
dup
aload 0
getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.this$0:Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
aload 0
invokevirtual io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.getName:()Ljava/lang/String;
invokespecial io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.<init>:(Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;Ljava/lang/String;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore$SecurityRequirementKey;
}
SourceFile: "SecurityHandlersStore.java"
NestHost: io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore
InnerClasses:
private SecurityRequirementKey = io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey of io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore