public class io.vertx.ext.auth.jwt.JWTAuthOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.auth.jwt.JWTAuthOptions
  super_class: java.lang.Object
{
  private static final java.lang.String PERMISSIONS_CLAIM_KEY;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "permissions"

  private static final io.vertx.ext.jwt.JWTOptions JWT_OPTIONS;
    descriptor: Lio/vertx/ext/jwt/JWTOptions;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private java.lang.String permissionsClaimKey;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.ext.auth.KeyStoreOptions keyStore;
    descriptor: Lio/vertx/ext/auth/KeyStoreOptions;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<io.vertx.ext.auth.PubSecKeyOptions> pubSecKeys;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/ext/auth/PubSecKeyOptions;>;

  private java.util.List<io.vertx.ext.auth.SecretOptions> secrets;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/ext/auth/SecretOptions;>;

  private io.vertx.ext.jwt.JWTOptions jwtOptions;
    descriptor: Lio/vertx/ext/jwt/JWTOptions;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<io.vertx.core.json.JsonObject> jwks;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/core/json/JsonObject;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 38
            new io.vertx.ext.jwt.JWTOptions
            dup
            invokespecial io.vertx.ext.jwt.JWTOptions.<init>:()V
            putstatic io.vertx.ext.auth.jwt.JWTAuthOptions.JWT_OPTIONS:Lio/vertx/ext/jwt/JWTOptions;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            invokevirtual io.vertx.ext.auth.jwt.JWTAuthOptions.init:()V
         2: .line 52
            return
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;

  public void <init>(io.vertx.ext.auth.jwt.JWTAuthOptions);
    descriptor: (Lio/vertx/ext/auth/jwt/JWTAuthOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
        start local 1 // io.vertx.ext.auth.jwt.JWTAuthOptions other
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.auth.jwt.JWTAuthOptions.getPermissionsClaimKey:()Ljava/lang/String;
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.permissionsClaimKey:Ljava/lang/String;
         2: .line 61
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.auth.jwt.JWTAuthOptions.getKeyStore:()Lio/vertx/ext/auth/KeyStoreOptions;
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.keyStore:Lio/vertx/ext/auth/KeyStoreOptions;
         3: .line 62
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.auth.jwt.JWTAuthOptions.getPubSecKeys:()Ljava/util/List;
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.pubSecKeys:Ljava/util/List;
         4: .line 63
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.auth.jwt.JWTAuthOptions.getSecrets:()Ljava/util/List;
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.secrets:Ljava/util/List;
         5: .line 64
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.auth.jwt.JWTAuthOptions.getJWTOptions:()Lio/vertx/ext/jwt/JWTOptions;
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.jwtOptions:Lio/vertx/ext/jwt/JWTOptions;
         6: .line 65
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.auth.jwt.JWTAuthOptions.getJwks:()Ljava/util/List;
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.jwks:Ljava/util/List;
         7: .line 66
            return
        end local 1 // io.vertx.ext.auth.jwt.JWTAuthOptions other
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
            0    8     1  other  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    MethodParameters:
       Name  Flags
      other  

  private void init();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
         0: .line 69
            aload 0 /* this */
            ldc "permissions"
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.permissionsClaimKey:Ljava/lang/String;
         1: .line 70
            aload 0 /* this */
            getstatic io.vertx.ext.auth.jwt.JWTAuthOptions.JWT_OPTIONS:Lio/vertx/ext/jwt/JWTOptions;
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.jwtOptions:Lio/vertx/ext/jwt/JWTOptions;
         2: .line 71
            return
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 79
            aload 0 /* this */
            invokevirtual io.vertx.ext.auth.jwt.JWTAuthOptions.init:()V
         2: .line 80
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.auth.jwt.JWTAuthOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/auth/jwt/JWTAuthOptions;)V
         3: .line 81
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
            0    4     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public java.lang.String getPermissionsClaimKey();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
         0: .line 85
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.JWTAuthOptions.permissionsClaimKey:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;

  public io.vertx.ext.auth.jwt.JWTAuthOptions setPermissionsClaimKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
        start local 1 // java.lang.String permissionsClaimKey
         0: .line 89
            aload 0 /* this */
            aload 1 /* permissionsClaimKey */
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.permissionsClaimKey:Ljava/lang/String;
         1: .line 90
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String permissionsClaimKey
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
            0    2     1  permissionsClaimKey  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      permissionsClaimKey  

  public io.vertx.ext.auth.KeyStoreOptions getKeyStore();
    descriptor: ()Lio/vertx/ext/auth/KeyStoreOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
         0: .line 94
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.JWTAuthOptions.keyStore:Lio/vertx/ext/auth/KeyStoreOptions;
            areturn
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;

  public io.vertx.ext.auth.jwt.JWTAuthOptions setKeyStore(io.vertx.ext.auth.KeyStoreOptions);
    descriptor: (Lio/vertx/ext/auth/KeyStoreOptions;)Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
        start local 1 // io.vertx.ext.auth.KeyStoreOptions keyStore
         0: .line 98
            aload 0 /* this */
            aload 1 /* keyStore */
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.keyStore:Lio/vertx/ext/auth/KeyStoreOptions;
         1: .line 99
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.auth.KeyStoreOptions keyStore
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
            0    2     1  keyStore  Lio/vertx/ext/auth/KeyStoreOptions;
    MethodParameters:
          Name  Flags
      keyStore  

  public java.util.List<io.vertx.ext.auth.PubSecKeyOptions> getPubSecKeys();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
         0: .line 103
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.JWTAuthOptions.pubSecKeys:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    Signature: ()Ljava/util/List<Lio/vertx/ext/auth/PubSecKeyOptions;>;

  public io.vertx.ext.auth.jwt.JWTAuthOptions setPubSecKeys(java.util.List<io.vertx.ext.auth.PubSecKeyOptions>);
    descriptor: (Ljava/util/List;)Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
        start local 1 // java.util.List pubSecKeys
         0: .line 107
            aload 0 /* this */
            aload 1 /* pubSecKeys */
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.pubSecKeys:Ljava/util/List;
         1: .line 108
            aload 0 /* this */
            areturn
        end local 1 // java.util.List pubSecKeys
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
            0    2     1  pubSecKeys  Ljava/util/List<Lio/vertx/ext/auth/PubSecKeyOptions;>;
    Signature: (Ljava/util/List<Lio/vertx/ext/auth/PubSecKeyOptions;>;)Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    MethodParameters:
            Name  Flags
      pubSecKeys  

  public java.util.List<io.vertx.ext.auth.SecretOptions> getSecrets();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
         0: .line 113
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.JWTAuthOptions.secrets:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    Signature: ()Ljava/util/List<Lio/vertx/ext/auth/SecretOptions;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.vertx.ext.auth.jwt.JWTAuthOptions setSecrets(java.util.List<io.vertx.ext.auth.SecretOptions>);
    descriptor: (Ljava/util/List;)Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
        start local 1 // java.util.List secrets
         0: .line 118
            aload 0 /* this */
            aload 1 /* secrets */
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.secrets:Ljava/util/List;
         1: .line 119
            aload 0 /* this */
            areturn
        end local 1 // java.util.List secrets
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
            0    2     1  secrets  Ljava/util/List<Lio/vertx/ext/auth/SecretOptions;>;
    Signature: (Ljava/util/List<Lio/vertx/ext/auth/SecretOptions;>;)Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      secrets  

  public io.vertx.ext.auth.jwt.JWTAuthOptions addSecret(io.vertx.ext.auth.SecretOptions);
    descriptor: (Lio/vertx/ext/auth/SecretOptions;)Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
        start local 1 // io.vertx.ext.auth.SecretOptions secret
         0: .line 124
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.JWTAuthOptions.secrets:Ljava/util/List;
            ifnonnull 2
         1: .line 125
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.secrets:Ljava/util/List;
         2: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.JWTAuthOptions.secrets:Ljava/util/List;
            aload 1 /* secret */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 128
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.auth.SecretOptions secret
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
            0    4     1  secret  Lio/vertx/ext/auth/SecretOptions;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      secret  

  public io.vertx.ext.auth.jwt.JWTAuthOptions addPubSecKey(io.vertx.ext.auth.PubSecKeyOptions);
    descriptor: (Lio/vertx/ext/auth/PubSecKeyOptions;)Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
        start local 1 // io.vertx.ext.auth.PubSecKeyOptions pubSecKey
         0: .line 132
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.JWTAuthOptions.pubSecKeys:Ljava/util/List;
            ifnonnull 2
         1: .line 133
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.pubSecKeys:Ljava/util/List;
         2: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.JWTAuthOptions.pubSecKeys:Ljava/util/List;
            aload 1 /* pubSecKey */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 136
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.auth.PubSecKeyOptions pubSecKey
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
            0    4     1  pubSecKey  Lio/vertx/ext/auth/PubSecKeyOptions;
    MethodParameters:
           Name  Flags
      pubSecKey  

  public io.vertx.ext.jwt.JWTOptions getJWTOptions();
    descriptor: ()Lio/vertx/ext/jwt/JWTOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
         0: .line 140
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.JWTAuthOptions.jwtOptions:Lio/vertx/ext/jwt/JWTOptions;
            areturn
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;

  public io.vertx.ext.auth.jwt.JWTAuthOptions setJWTOptions(io.vertx.ext.jwt.JWTOptions);
    descriptor: (Lio/vertx/ext/jwt/JWTOptions;)Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
        start local 1 // io.vertx.ext.jwt.JWTOptions jwtOptions
         0: .line 144
            aload 0 /* this */
            aload 1 /* jwtOptions */
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.jwtOptions:Lio/vertx/ext/jwt/JWTOptions;
         1: .line 145
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.jwt.JWTOptions jwtOptions
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
            0    2     1  jwtOptions  Lio/vertx/ext/jwt/JWTOptions;
    MethodParameters:
            Name  Flags
      jwtOptions  

  public java.util.List<io.vertx.core.json.JsonObject> getJwks();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
         0: .line 149
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.JWTAuthOptions.jwks:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    Signature: ()Ljava/util/List<Lio/vertx/core/json/JsonObject;>;

  public io.vertx.ext.auth.jwt.JWTAuthOptions setJwks(java.util.List<io.vertx.core.json.JsonObject>);
    descriptor: (Ljava/util/List;)Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
        start local 1 // java.util.List jwks
         0: .line 153
            aload 0 /* this */
            aload 1 /* jwks */
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.jwks:Ljava/util/List;
         1: .line 154
            aload 0 /* this */
            areturn
        end local 1 // java.util.List jwks
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
            0    2     1  jwks  Ljava/util/List<Lio/vertx/core/json/JsonObject;>;
    Signature: (Ljava/util/List<Lio/vertx/core/json/JsonObject;>;)Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    MethodParameters:
      Name  Flags
      jwks  

  public io.vertx.ext.auth.jwt.JWTAuthOptions addJwk(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/auth/jwt/JWTAuthOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
        start local 1 // io.vertx.core.json.JsonObject jwk
         0: .line 158
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.JWTAuthOptions.jwks:Ljava/util/List;
            ifnonnull 2
         1: .line 159
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.ext.auth.jwt.JWTAuthOptions.jwks:Ljava/util/List;
         2: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.JWTAuthOptions.jwks:Ljava/util/List;
            aload 1 /* jwk */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 163
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.json.JsonObject jwk
        end local 0 // io.vertx.ext.auth.jwt.JWTAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/auth/jwt/JWTAuthOptions;
            0    4     1   jwk  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      jwk   
}
SourceFile: "JWTAuthOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)