public class io.vertx.ext.auth.jwt.JWTOptions extends io.vertx.ext.jwt.JWTOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.auth.jwt.JWTOptions
  super_class: io.vertx.ext.jwt.JWTOptions
{
  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.JWTOptions this
         0: .line 36
            aload 0 /* this */
            invokespecial io.vertx.ext.jwt.JWTOptions.<init>:()V
         1: .line 37
            return
        end local 0 // io.vertx.ext.auth.jwt.JWTOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/auth/jwt/JWTOptions;

  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.JWTOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 40
            aload 0 /* this */
            aload 1 /* json */
            invokespecial io.vertx.ext.jwt.JWTOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
         1: .line 41
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.auth.jwt.JWTOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/auth/jwt/JWTOptions;
            0    2     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  
}
SourceFile: "JWTOptions.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.DataObject()