public class io.vertx.config.ConfigStoreOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.config.ConfigStoreOptions
  super_class: java.lang.Object
{
  private java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.json.JsonObject config;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

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

  private boolean optional;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.config.ConfigStoreOptions this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            return
        end local 0 // io.vertx.config.ConfigStoreOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/config/ConfigStoreOptions;

  public void <init>(io.vertx.config.ConfigStoreOptions);
    descriptor: (Lio/vertx/config/ConfigStoreOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.config.ConfigStoreOptions this
        start local 1 // io.vertx.config.ConfigStoreOptions other
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.config.ConfigStoreOptions.type:Ljava/lang/String;
            putfield io.vertx.config.ConfigStoreOptions.type:Ljava/lang/String;
         2: .line 47
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.config.ConfigStoreOptions.config:Lio/vertx/core/json/JsonObject;
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals: io.vertx.config.ConfigStoreOptions io.vertx.config.ConfigStoreOptions
      StackMap stack: io.vertx.config.ConfigStoreOptions
         3: aload 1 /* other */
            getfield io.vertx.config.ConfigStoreOptions.config:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.copy:()Lio/vertx/core/json/JsonObject;
      StackMap locals: io.vertx.config.ConfigStoreOptions io.vertx.config.ConfigStoreOptions
      StackMap stack: io.vertx.config.ConfigStoreOptions io.vertx.core.json.JsonObject
         4: putfield io.vertx.config.ConfigStoreOptions.config:Lio/vertx/core/json/JsonObject;
         5: .line 48
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.config.ConfigStoreOptions.format:Ljava/lang/String;
            putfield io.vertx.config.ConfigStoreOptions.format:Ljava/lang/String;
         6: .line 49
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.config.ConfigStoreOptions.optional:Z
            putfield io.vertx.config.ConfigStoreOptions.optional:Z
         7: .line 50
            return
        end local 1 // io.vertx.config.ConfigStoreOptions other
        end local 0 // io.vertx.config.ConfigStoreOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/vertx/config/ConfigStoreOptions;
            0    8     1  other  Lio/vertx/config/ConfigStoreOptions;
    MethodParameters:
       Name  Flags
      other  

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.config.ConfigStoreOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* json */
            ldc "type"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            putfield io.vertx.config.ConfigStoreOptions.type:Ljava/lang/String;
         2: .line 54
            aload 0 /* this */
            aload 1 /* json */
            ldc "config"
            invokevirtual io.vertx.core.json.JsonObject.getJsonObject:(Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            putfield io.vertx.config.ConfigStoreOptions.config:Lio/vertx/core/json/JsonObject;
         3: .line 55
            aload 0 /* this */
            aload 1 /* json */
            ldc "optional"
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield io.vertx.config.ConfigStoreOptions.optional:Z
         4: .line 56
            aload 0 /* this */
            aload 1 /* json */
            ldc "format"
            ldc "json"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            putfield io.vertx.config.ConfigStoreOptions.format:Ljava/lang/String;
         5: .line 57
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.config.ConfigStoreOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/config/ConfigStoreOptions;
            0    6     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.config.ConfigStoreOptions this
         0: .line 61
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 62
            aload 0 /* this */
            getfield io.vertx.config.ConfigStoreOptions.type:Ljava/lang/String;
            ifnull 3
         2: .line 63
            aload 1 /* json */
            ldc "type"
            aload 0 /* this */
            getfield io.vertx.config.ConfigStoreOptions.type:Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         3: .line 65
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.config.ConfigStoreOptions.config:Lio/vertx/core/json/JsonObject;
            ifnull 5
         4: .line 66
            aload 1 /* json */
            ldc "config"
            aload 0 /* this */
            getfield io.vertx.config.ConfigStoreOptions.config:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         5: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.config.ConfigStoreOptions.format:Ljava/lang/String;
            ifnull 7
         6: .line 69
            aload 1 /* json */
            ldc "format"
            aload 0 /* this */
            getfield io.vertx.config.ConfigStoreOptions.format:Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         7: .line 71
      StackMap locals:
      StackMap stack:
            aload 1 /* json */
            ldc "optional"
            aload 0 /* this */
            getfield io.vertx.config.ConfigStoreOptions.optional:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         8: .line 72
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.config.ConfigStoreOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/vertx/config/ConfigStoreOptions;
            1    9     1  json  Lio/vertx/core/json/JsonObject;

  public java.lang.String getType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.config.ConfigStoreOptions this
         0: .line 79
            aload 0 /* this */
            getfield io.vertx.config.ConfigStoreOptions.type:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.config.ConfigStoreOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/ConfigStoreOptions;

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

  public io.vertx.core.json.JsonObject getConfig();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.config.ConfigStoreOptions this
         0: .line 97
            aload 0 /* this */
            getfield io.vertx.config.ConfigStoreOptions.config:Lio/vertx/core/json/JsonObject;
            areturn
        end local 0 // io.vertx.config.ConfigStoreOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/ConfigStoreOptions;

  public io.vertx.config.ConfigStoreOptions setConfig(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/config/ConfigStoreOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.config.ConfigStoreOptions this
        start local 1 // io.vertx.core.json.JsonObject config
         0: .line 107
            aload 0 /* this */
            aload 1 /* config */
            putfield io.vertx.config.ConfigStoreOptions.config:Lio/vertx/core/json/JsonObject;
         1: .line 108
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.json.JsonObject config
        end local 0 // io.vertx.config.ConfigStoreOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/config/ConfigStoreOptions;
            0    2     1  config  Lio/vertx/core/json/JsonObject;
    MethodParameters:
        Name  Flags
      config  

  public java.lang.String getFormat();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.config.ConfigStoreOptions this
         0: .line 116
            aload 0 /* this */
            getfield io.vertx.config.ConfigStoreOptions.format:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.config.ConfigStoreOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/ConfigStoreOptions;

  public boolean isOptional();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.config.ConfigStoreOptions this
         0: .line 125
            aload 0 /* this */
            getfield io.vertx.config.ConfigStoreOptions.optional:Z
            ireturn
        end local 0 // io.vertx.config.ConfigStoreOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/ConfigStoreOptions;

  public io.vertx.config.ConfigStoreOptions setOptional(boolean);
    descriptor: (Z)Lio/vertx/config/ConfigStoreOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.config.ConfigStoreOptions this
        start local 1 // boolean optional
         0: .line 136
            aload 0 /* this */
            iload 1 /* optional */
            putfield io.vertx.config.ConfigStoreOptions.optional:Z
         1: .line 137
            aload 0 /* this */
            areturn
        end local 1 // boolean optional
        end local 0 // io.vertx.config.ConfigStoreOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/config/ConfigStoreOptions;
            0    2     1  optional  Z
    MethodParameters:
          Name  Flags
      optional  

  public io.vertx.config.ConfigStoreOptions setFormat(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/config/ConfigStoreOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.config.ConfigStoreOptions this
        start local 1 // java.lang.String format
         0: .line 147
            aload 1 /* format */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 148
            aload 0 /* this */
            aload 1 /* format */
            putfield io.vertx.config.ConfigStoreOptions.format:Ljava/lang/String;
         2: .line 149
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String format
        end local 0 // io.vertx.config.ConfigStoreOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/config/ConfigStoreOptions;
            0    3     1  format  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      format  
}
SourceFile: "ConfigStoreOptions.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject()