public class io.vertx.servicediscovery.ServiceDiscoveryOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.servicediscovery.ServiceDiscoveryOptions
  super_class: java.lang.Object
{
  public static final java.lang.String DEFAULT_ANNOUNCE_ADDRESS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "vertx.discovery.announce"

  public static final java.lang.String DEFAULT_USAGE_ADDRESS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "vertx.discovery.usage"

  private static final boolean DEFAULT_AUTO_REGISTRATION_IMPORTERS;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            ldc "vertx.discovery.announce"
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.announceAddress:Ljava/lang/String;
         2: .line 36
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.backendConfiguration:Lio/vertx/core/json/JsonObject;
         3: .line 37
            aload 0 /* this */
            aconst_null
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.name:Ljava/lang/String;
         4: .line 38
            aload 0 /* this */
            ldc "vertx.discovery.usage"
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.usageAddress:Ljava/lang/String;
         5: .line 40
            aload 0 /* this */
            iconst_1
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.autoRegistrationOfImporters:Z
         6: .line 47
            return
        end local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;

  public void <init>(io.vertx.servicediscovery.ServiceDiscoveryOptions);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscoveryOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
        start local 1 // io.vertx.servicediscovery.ServiceDiscoveryOptions other
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            ldc "vertx.discovery.announce"
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.announceAddress:Ljava/lang/String;
         2: .line 36
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.backendConfiguration:Lio/vertx/core/json/JsonObject;
         3: .line 37
            aload 0 /* this */
            aconst_null
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.name:Ljava/lang/String;
         4: .line 38
            aload 0 /* this */
            ldc "vertx.discovery.usage"
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.usageAddress:Ljava/lang/String;
         5: .line 40
            aload 0 /* this */
            iconst_1
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.autoRegistrationOfImporters:Z
         6: .line 55
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.servicediscovery.ServiceDiscoveryOptions.announceAddress:Ljava/lang/String;
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.announceAddress:Ljava/lang/String;
         7: .line 56
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.servicediscovery.ServiceDiscoveryOptions.backendConfiguration:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.copy:()Lio/vertx/core/json/JsonObject;
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.backendConfiguration:Lio/vertx/core/json/JsonObject;
         8: .line 57
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.servicediscovery.ServiceDiscoveryOptions.name:Ljava/lang/String;
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.name:Ljava/lang/String;
         9: .line 58
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.servicediscovery.ServiceDiscoveryOptions.usageAddress:Ljava/lang/String;
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.usageAddress:Ljava/lang/String;
        10: .line 59
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.servicediscovery.ServiceDiscoveryOptions.autoRegistrationOfImporters:Z
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.autoRegistrationOfImporters:Z
        11: .line 60
            return
        end local 1 // io.vertx.servicediscovery.ServiceDiscoveryOptions other
        end local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
            0   12     1  other  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
    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=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 68
            aload 0 /* this */
            invokespecial io.vertx.servicediscovery.ServiceDiscoveryOptions.<init>:()V
         1: .line 69
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.servicediscovery.ServiceDiscoveryOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/servicediscovery/ServiceDiscoveryOptions;)V
         2: .line 70
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
            0    3     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=2, locals=2, args_size=1
        start local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
         0: .line 78
            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 79
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.servicediscovery.ServiceDiscoveryOptionsConverter.toJson:(Lio/vertx/servicediscovery/ServiceDiscoveryOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 80
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

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

  public io.vertx.servicediscovery.ServiceDiscoveryOptions setAnnounceAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
        start local 1 // java.lang.String announceAddress
         0: .line 99
            aload 0 /* this */
            aload 1 /* announceAddress */
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.announceAddress:Ljava/lang/String;
         1: .line 100
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String announceAddress
        end local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
            0    2     1  announceAddress  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      announceAddress  

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

  public io.vertx.servicediscovery.ServiceDiscoveryOptions setBackendConfiguration(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
        start local 1 // io.vertx.core.json.JsonObject backendConfiguration
         0: .line 119
            aload 1 /* backendConfiguration */
            ifnonnull 3
         1: .line 120
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.backendConfiguration:Lio/vertx/core/json/JsonObject;
         2: .line 121
            goto 4
         3: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* backendConfiguration */
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.backendConfiguration:Lio/vertx/core/json/JsonObject;
         4: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.json.JsonObject backendConfiguration
        end local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
            0    5     1  backendConfiguration  Lio/vertx/core/json/JsonObject;
    MethodParameters:
                      Name  Flags
      backendConfiguration  

  public io.vertx.servicediscovery.ServiceDiscoveryOptions setName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
        start local 1 // java.lang.String name
         0: .line 135
            aload 0 /* this */
            aload 1 /* name */
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.name:Ljava/lang/String;
         1: .line 136
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      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.servicediscovery.ServiceDiscoveryOptions this
         0: .line 145
            aload 0 /* this */
            getfield io.vertx.servicediscovery.ServiceDiscoveryOptions.name:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;

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

  public io.vertx.servicediscovery.ServiceDiscoveryOptions setUsageAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
        start local 1 // java.lang.String usageAddress
         0: .line 162
            aload 0 /* this */
            aload 1 /* usageAddress */
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.usageAddress:Ljava/lang/String;
         1: .line 163
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String usageAddress
        end local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
            0    2     1  usageAddress  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      usageAddress  

  public boolean isAutoRegistrationOfImporters();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
         0: .line 170
            aload 0 /* this */
            getfield io.vertx.servicediscovery.ServiceDiscoveryOptions.autoRegistrationOfImporters:Z
            ireturn
        end local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;

  public io.vertx.servicediscovery.ServiceDiscoveryOptions setAutoRegistrationOfImporters(boolean);
    descriptor: (Z)Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
        start local 1 // boolean autoRegistrationOfImporters
         0: .line 179
            aload 0 /* this */
            iload 1 /* autoRegistrationOfImporters */
            putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.autoRegistrationOfImporters:Z
         1: .line 180
            aload 0 /* this */
            areturn
        end local 1 // boolean autoRegistrationOfImporters
        end local 0 // io.vertx.servicediscovery.ServiceDiscoveryOptions this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
            0    2     1  autoRegistrationOfImporters  Z
    MethodParameters:
                             Name  Flags
      autoRegistrationOfImporters  
}
SourceFile: "ServiceDiscoveryOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)