public class io.vertx.config.ConfigChange
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.config.ConfigChange
  super_class: java.lang.Object
{
  private io.vertx.core.json.JsonObject previousConfiguration;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.config.ConfigChange this
        start local 1 // io.vertx.core.json.JsonObject prevConf
        start local 2 // io.vertx.core.json.JsonObject newConf
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* prevConf */
            invokevirtual io.vertx.config.ConfigChange.setPreviousConfiguration:(Lio/vertx/core/json/JsonObject;)Lio/vertx/config/ConfigChange;
            pop
         2: .line 45
            aload 0 /* this */
            aload 2 /* newConf */
            invokevirtual io.vertx.config.ConfigChange.setNewConfiguration:(Lio/vertx/core/json/JsonObject;)Lio/vertx/config/ConfigChange;
            pop
         3: .line 46
            return
        end local 2 // io.vertx.core.json.JsonObject newConf
        end local 1 // io.vertx.core.json.JsonObject prevConf
        end local 0 // io.vertx.config.ConfigChange this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/config/ConfigChange;
            0    4     1  prevConf  Lio/vertx/core/json/JsonObject;
            0    4     2   newConf  Lio/vertx/core/json/JsonObject;
    MethodParameters:
          Name  Flags
      prevConf  
      newConf   

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

  public io.vertx.config.ConfigChange setPreviousConfiguration(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/config/ConfigChange;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.config.ConfigChange this
        start local 1 // io.vertx.core.json.JsonObject conf
         0: .line 62
            aload 1 /* conf */
            ifnonnull 3
         1: .line 63
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            putfield io.vertx.config.ConfigChange.previousConfiguration:Lio/vertx/core/json/JsonObject;
         2: .line 64
            goto 4
         3: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* conf */
            putfield io.vertx.config.ConfigChange.previousConfiguration:Lio/vertx/core/json/JsonObject;
         4: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.json.JsonObject conf
        end local 0 // io.vertx.config.ConfigChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/config/ConfigChange;
            0    5     1  conf  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      conf  

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

  public io.vertx.config.ConfigChange setNewConfiguration(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/config/ConfigChange;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.config.ConfigChange this
        start local 1 // io.vertx.core.json.JsonObject conf
         0: .line 84
            aload 1 /* conf */
            ifnonnull 3
         1: .line 85
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            putfield io.vertx.config.ConfigChange.newConfiguration:Lio/vertx/core/json/JsonObject;
         2: .line 86
            goto 4
         3: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* conf */
            putfield io.vertx.config.ConfigChange.newConfiguration:Lio/vertx/core/json/JsonObject;
         4: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.json.JsonObject conf
        end local 0 // io.vertx.config.ConfigChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/config/ConfigChange;
            0    5     1  conf  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      conf  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.config.ConfigChange this
         0: .line 95
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 96
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            putfield io.vertx.config.ConfigChange.newConfiguration:Lio/vertx/core/json/JsonObject;
         2: .line 97
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            putfield io.vertx.config.ConfigChange.previousConfiguration:Lio/vertx/core/json/JsonObject;
         3: .line 98
            return
        end local 0 // io.vertx.config.ConfigChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/config/ConfigChange;

  public void <init>(io.vertx.config.ConfigChange);
    descriptor: (Lio/vertx/config/ConfigChange;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.config.ConfigChange this
        start local 1 // io.vertx.config.ConfigChange other
         0: .line 105
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 106
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.config.ConfigChange.previousConfiguration:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.copy:()Lio/vertx/core/json/JsonObject;
            putfield io.vertx.config.ConfigChange.previousConfiguration:Lio/vertx/core/json/JsonObject;
         2: .line 107
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.config.ConfigChange.newConfiguration:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.copy:()Lio/vertx/core/json/JsonObject;
            putfield io.vertx.config.ConfigChange.newConfiguration:Lio/vertx/core/json/JsonObject;
         3: .line 108
            return
        end local 1 // io.vertx.config.ConfigChange other
        end local 0 // io.vertx.config.ConfigChange this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/config/ConfigChange;
            0    4     1  other  Lio/vertx/config/ConfigChange;
    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=5, locals=2, args_size=2
        start local 0 // io.vertx.config.ConfigChange this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 115
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 116
            aload 1 /* json */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 117
            aload 0 /* this */
            aload 1 /* json */
            ldc "newConfiguration"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            invokevirtual io.vertx.core.json.JsonObject.getJsonObject:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.config.ConfigChange.setNewConfiguration:(Lio/vertx/core/json/JsonObject;)Lio/vertx/config/ConfigChange;
            pop
         3: .line 118
            aload 0 /* this */
            aload 1 /* json */
            ldc "previousConfiguration"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            invokevirtual io.vertx.core.json.JsonObject.getJsonObject:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.config.ConfigChange.setPreviousConfiguration:(Lio/vertx/core/json/JsonObject;)Lio/vertx/config/ConfigChange;
            pop
         4: .line 119
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.config.ConfigChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/config/ConfigChange;
            0    5     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.ConfigChange this
         0: .line 125
            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 126
            aload 1 /* json */
            ldc "newConfiguration"
            aload 0 /* this */
            getfield io.vertx.config.ConfigChange.newConfiguration:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         2: .line 127
            aload 1 /* json */
            ldc "previousConfiguration"
            aload 0 /* this */
            getfield io.vertx.config.ConfigChange.previousConfiguration:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         3: .line 128
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.config.ConfigChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/config/ConfigChange;
            1    4     1  json  Lio/vertx/core/json/JsonObject;
}
SourceFile: "ConfigChange.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject()