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 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
        start local 2 // java.lang.String name
        start local 3 // java.lang.String oauth2Scope
         0: .line 21
            aload 0 /* this */
            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 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 22
            aload 0 /* this */
            aload 2 /* name */
            putfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.name:Ljava/lang/String;
         2: .line 23
            aload 0 /* this */
            aload 3 /* oauth2Scope */
            putfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.oauth2Scope:Ljava/lang/String;
         3: .line 24
            return
        end local 3 // java.lang.String oauth2Scope
        end local 2 // java.lang.String name
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
      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 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
        start local 2 // java.lang.String name
         0: .line 27
            aload 0 /* this */
            aload 1
            aload 2 /* name */
            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: .line 28
            return
        end local 2 // java.lang.String name
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
      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 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
         0: .line 31
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.name:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
      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 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
         0: .line 35
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.oauth2Scope:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
      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 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
         0: .line 39
            aload 0 /* this */
            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 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
      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 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
        start local 1 // java.lang.Object o
         0: .line 44
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 45
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 47
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey
            astore 2 /* that */
        start local 2 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey that
         4: .line 49
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.name:Ljava/lang/String;
            aload 2 /* that */
            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: .line 50
      StackMap locals: io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.oauth2Scope:Ljava/lang/String;
            ifnull 6
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.oauth2Scope:Ljava/lang/String;
            aload 2 /* that */
            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 /* that */
            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 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
      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 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.name:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 56
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.oauth2Scope:Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            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 /* result */
         4: .line 57
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
      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 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
         0: .line 61
            new io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey
            dup
            aload 0 /* this */
            getfield io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey.this$0:Lio/vertx/ext/web/api/contract/openapi3/impl/SecurityHandlersStore;
            aload 0 /* this */
            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 // io.vertx.ext.web.api.contract.openapi3.impl.SecurityHandlersStore$SecurityRequirementKey this
      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