public class io.vertx.core.VertxOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.VertxOptions
  super_class: java.lang.Object
{
  public static final int DEFAULT_EVENT_LOOP_POOL_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int DEFAULT_WORKER_POOL_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  public static final int DEFAULT_INTERNAL_BLOCKING_POOL_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  public static final long DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.util.concurrent.TimeUnit DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL_UNIT;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final long DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.util.concurrent.TimeUnit DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME_UNIT;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final long DEFAULT_MAX_WORKER_EXECUTE_TIME;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.util.concurrent.TimeUnit DEFAULT_MAX_WORKER_EXECUTE_TIME_UNIT;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int DEFAULT_QUORUM_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final java.lang.String DEFAULT_HA_GROUP;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "__DEFAULT__"

  public static final boolean DEFAULT_HA_ENABLED;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final boolean DEFAULT_PREFER_NATIVE_TRANSPORT;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final long DEFAULT_WARNING_EXCEPTION_TIME;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final java.util.concurrent.TimeUnit DEFAULT_WARNING_EXCEPTION_TIME_UNIT;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private int eventLoopPoolSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int workerPoolSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int internalBlockingPoolSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private long blockedThreadCheckInterval;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long maxEventLoopExecuteTime;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long maxWorkerExecuteTime;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.spi.cluster.ClusterManager clusterManager;
    descriptor: Lio/vertx/core/spi/cluster/ClusterManager;
    flags: (0x0002) ACC_PRIVATE

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

  private int quorumSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  private io.vertx.core.metrics.MetricsOptions metricsOptions;
    descriptor: Lio/vertx/core/metrics/MetricsOptions;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.tracing.TracingOptions tracingOptions;
    descriptor: Lio/vertx/core/tracing/TracingOptions;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.file.FileSystemOptions fileSystemOptions;
    descriptor: Lio/vertx/core/file/FileSystemOptions;
    flags: (0x0002) ACC_PRIVATE

  private long warningExceptionTime;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.eventbus.EventBusOptions eventBusOptions;
    descriptor: Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.dns.AddressResolverOptions addressResolverOptions;
    descriptor: Lio/vertx/core/dns/AddressResolverOptions;
    flags: (0x0002) ACC_PRIVATE

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

  private java.util.concurrent.TimeUnit maxEventLoopExecuteTimeUnit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0002) ACC_PRIVATE

  private java.util.concurrent.TimeUnit maxWorkerExecuteTimeUnit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0002) ACC_PRIVATE

  private java.util.concurrent.TimeUnit warningExceptionTimeUnit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0002) ACC_PRIVATE

  private java.util.concurrent.TimeUnit blockedThreadCheckIntervalUnit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 38
            iconst_2
            invokestatic io.vertx.core.impl.cpu.CpuCoreSensor.availableProcessors:()I
            imul
            putstatic io.vertx.core.VertxOptions.DEFAULT_EVENT_LOOP_POOL_SIZE:I
         1: .line 53
            getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
            lconst_1
            invokevirtual java.util.concurrent.TimeUnit.toMillis:(J)J
            putstatic io.vertx.core.VertxOptions.DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL:J
         2: .line 58
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            putstatic io.vertx.core.VertxOptions.DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL_UNIT:Ljava/util/concurrent/TimeUnit;
         3: .line 63
            getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
            ldc 2
            invokevirtual java.util.concurrent.TimeUnit.toNanos:(J)J
            putstatic io.vertx.core.VertxOptions.DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME:J
         4: .line 68
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            putstatic io.vertx.core.VertxOptions.DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
         5: .line 73
            getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
            ldc 60
            invokevirtual java.util.concurrent.TimeUnit.toNanos:(J)J
            putstatic io.vertx.core.VertxOptions.DEFAULT_MAX_WORKER_EXECUTE_TIME:J
         6: .line 78
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            putstatic io.vertx.core.VertxOptions.DEFAULT_MAX_WORKER_EXECUTE_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
         7: .line 105
            getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
            ldc 5
            invokevirtual java.util.concurrent.TimeUnit.toNanos:(J)J
            putstatic io.vertx.core.VertxOptions.DEFAULT_WARNING_EXCEPTION_TIME:J
         8: .line 110
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            putstatic io.vertx.core.VertxOptions.DEFAULT_WARNING_EXCEPTION_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 137
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 112
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_EVENT_LOOP_POOL_SIZE:I
            putfield io.vertx.core.VertxOptions.eventLoopPoolSize:I
         2: .line 113
            aload 0 /* this */
            bipush 20
            putfield io.vertx.core.VertxOptions.workerPoolSize:I
         3: .line 114
            aload 0 /* this */
            bipush 20
            putfield io.vertx.core.VertxOptions.internalBlockingPoolSize:I
         4: .line 115
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL:J
            putfield io.vertx.core.VertxOptions.blockedThreadCheckInterval:J
         5: .line 116
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME:J
            putfield io.vertx.core.VertxOptions.maxEventLoopExecuteTime:J
         6: .line 117
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_MAX_WORKER_EXECUTE_TIME:J
            putfield io.vertx.core.VertxOptions.maxWorkerExecuteTime:J
         7: .line 119
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.VertxOptions.haEnabled:Z
         8: .line 120
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.VertxOptions.quorumSize:I
         9: .line 121
            aload 0 /* this */
            ldc "__DEFAULT__"
            putfield io.vertx.core.VertxOptions.haGroup:Ljava/lang/String;
        10: .line 122
            aload 0 /* this */
            new io.vertx.core.metrics.MetricsOptions
            dup
            invokespecial io.vertx.core.metrics.MetricsOptions.<init>:()V
            putfield io.vertx.core.VertxOptions.metricsOptions:Lio/vertx/core/metrics/MetricsOptions;
        11: .line 124
            aload 0 /* this */
            new io.vertx.core.file.FileSystemOptions
            dup
            invokespecial io.vertx.core.file.FileSystemOptions.<init>:()V
            putfield io.vertx.core.VertxOptions.fileSystemOptions:Lio/vertx/core/file/FileSystemOptions;
        12: .line 125
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_WARNING_EXCEPTION_TIME:J
            putfield io.vertx.core.VertxOptions.warningExceptionTime:J
        13: .line 126
            aload 0 /* this */
            new io.vertx.core.eventbus.EventBusOptions
            dup
            invokespecial io.vertx.core.eventbus.EventBusOptions.<init>:()V
            putfield io.vertx.core.VertxOptions.eventBusOptions:Lio/vertx/core/eventbus/EventBusOptions;
        14: .line 127
            aload 0 /* this */
            new io.vertx.core.dns.AddressResolverOptions
            dup
            invokespecial io.vertx.core.dns.AddressResolverOptions.<init>:()V
            putfield io.vertx.core.VertxOptions.addressResolverOptions:Lio/vertx/core/dns/AddressResolverOptions;
        15: .line 128
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.VertxOptions.preferNativeTransport:Z
        16: .line 129
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.VertxOptions.maxEventLoopExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
        17: .line 130
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_MAX_WORKER_EXECUTE_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.VertxOptions.maxWorkerExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
        18: .line 131
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_WARNING_EXCEPTION_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.VertxOptions.warningExceptionTimeUnit:Ljava/util/concurrent/TimeUnit;
        19: .line 132
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL_UNIT:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.VertxOptions.blockedThreadCheckIntervalUnit:Ljava/util/concurrent/TimeUnit;
        20: .line 138
            return
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lio/vertx/core/VertxOptions;

  public void <init>(io.vertx.core.VertxOptions);
    descriptor: (Lio/vertx/core/VertxOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // io.vertx.core.VertxOptions other
         0: .line 145
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 112
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_EVENT_LOOP_POOL_SIZE:I
            putfield io.vertx.core.VertxOptions.eventLoopPoolSize:I
         2: .line 113
            aload 0 /* this */
            bipush 20
            putfield io.vertx.core.VertxOptions.workerPoolSize:I
         3: .line 114
            aload 0 /* this */
            bipush 20
            putfield io.vertx.core.VertxOptions.internalBlockingPoolSize:I
         4: .line 115
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL:J
            putfield io.vertx.core.VertxOptions.blockedThreadCheckInterval:J
         5: .line 116
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME:J
            putfield io.vertx.core.VertxOptions.maxEventLoopExecuteTime:J
         6: .line 117
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_MAX_WORKER_EXECUTE_TIME:J
            putfield io.vertx.core.VertxOptions.maxWorkerExecuteTime:J
         7: .line 119
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.VertxOptions.haEnabled:Z
         8: .line 120
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.VertxOptions.quorumSize:I
         9: .line 121
            aload 0 /* this */
            ldc "__DEFAULT__"
            putfield io.vertx.core.VertxOptions.haGroup:Ljava/lang/String;
        10: .line 122
            aload 0 /* this */
            new io.vertx.core.metrics.MetricsOptions
            dup
            invokespecial io.vertx.core.metrics.MetricsOptions.<init>:()V
            putfield io.vertx.core.VertxOptions.metricsOptions:Lio/vertx/core/metrics/MetricsOptions;
        11: .line 124
            aload 0 /* this */
            new io.vertx.core.file.FileSystemOptions
            dup
            invokespecial io.vertx.core.file.FileSystemOptions.<init>:()V
            putfield io.vertx.core.VertxOptions.fileSystemOptions:Lio/vertx/core/file/FileSystemOptions;
        12: .line 125
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_WARNING_EXCEPTION_TIME:J
            putfield io.vertx.core.VertxOptions.warningExceptionTime:J
        13: .line 126
            aload 0 /* this */
            new io.vertx.core.eventbus.EventBusOptions
            dup
            invokespecial io.vertx.core.eventbus.EventBusOptions.<init>:()V
            putfield io.vertx.core.VertxOptions.eventBusOptions:Lio/vertx/core/eventbus/EventBusOptions;
        14: .line 127
            aload 0 /* this */
            new io.vertx.core.dns.AddressResolverOptions
            dup
            invokespecial io.vertx.core.dns.AddressResolverOptions.<init>:()V
            putfield io.vertx.core.VertxOptions.addressResolverOptions:Lio/vertx/core/dns/AddressResolverOptions;
        15: .line 128
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.VertxOptions.preferNativeTransport:Z
        16: .line 129
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.VertxOptions.maxEventLoopExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
        17: .line 130
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_MAX_WORKER_EXECUTE_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.VertxOptions.maxWorkerExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
        18: .line 131
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_WARNING_EXCEPTION_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.VertxOptions.warningExceptionTimeUnit:Ljava/util/concurrent/TimeUnit;
        19: .line 132
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL_UNIT:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.VertxOptions.blockedThreadCheckIntervalUnit:Ljava/util/concurrent/TimeUnit;
        20: .line 146
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.getEventLoopPoolSize:()I
            putfield io.vertx.core.VertxOptions.eventLoopPoolSize:I
        21: .line 147
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.getWorkerPoolSize:()I
            putfield io.vertx.core.VertxOptions.workerPoolSize:I
        22: .line 148
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.getBlockedThreadCheckInterval:()J
            putfield io.vertx.core.VertxOptions.blockedThreadCheckInterval:J
        23: .line 149
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.getMaxEventLoopExecuteTime:()J
            putfield io.vertx.core.VertxOptions.maxEventLoopExecuteTime:J
        24: .line 150
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.getMaxWorkerExecuteTime:()J
            putfield io.vertx.core.VertxOptions.maxWorkerExecuteTime:J
        25: .line 151
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.getInternalBlockingPoolSize:()I
            putfield io.vertx.core.VertxOptions.internalBlockingPoolSize:I
        26: .line 152
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.getClusterManager:()Lio/vertx/core/spi/cluster/ClusterManager;
            putfield io.vertx.core.VertxOptions.clusterManager:Lio/vertx/core/spi/cluster/ClusterManager;
        27: .line 153
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.isHAEnabled:()Z
            putfield io.vertx.core.VertxOptions.haEnabled:Z
        28: .line 154
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.getQuorumSize:()I
            putfield io.vertx.core.VertxOptions.quorumSize:I
        29: .line 155
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.getHAGroup:()Ljava/lang/String;
            putfield io.vertx.core.VertxOptions.haGroup:Ljava/lang/String;
        30: .line 156
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.getMetricsOptions:()Lio/vertx/core/metrics/MetricsOptions;
            ifnull 31
            new io.vertx.core.metrics.MetricsOptions
            dup
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.getMetricsOptions:()Lio/vertx/core/metrics/MetricsOptions;
            invokespecial io.vertx.core.metrics.MetricsOptions.<init>:(Lio/vertx/core/metrics/MetricsOptions;)V
            goto 32
      StackMap locals: io.vertx.core.VertxOptions io.vertx.core.VertxOptions
      StackMap stack: io.vertx.core.VertxOptions
        31: aconst_null
      StackMap locals: io.vertx.core.VertxOptions io.vertx.core.VertxOptions
      StackMap stack: io.vertx.core.VertxOptions io.vertx.core.metrics.MetricsOptions
        32: putfield io.vertx.core.VertxOptions.metricsOptions:Lio/vertx/core/metrics/MetricsOptions;
        33: .line 157
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.getFileSystemOptions:()Lio/vertx/core/file/FileSystemOptions;
            ifnull 34
            new io.vertx.core.file.FileSystemOptions
            dup
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.getFileSystemOptions:()Lio/vertx/core/file/FileSystemOptions;
            invokespecial io.vertx.core.file.FileSystemOptions.<init>:(Lio/vertx/core/file/FileSystemOptions;)V
            goto 35
      StackMap locals:
      StackMap stack: io.vertx.core.VertxOptions
        34: aconst_null
      StackMap locals: io.vertx.core.VertxOptions io.vertx.core.VertxOptions
      StackMap stack: io.vertx.core.VertxOptions io.vertx.core.file.FileSystemOptions
        35: putfield io.vertx.core.VertxOptions.fileSystemOptions:Lio/vertx/core/file/FileSystemOptions;
        36: .line 158
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.VertxOptions.warningExceptionTime:J
            putfield io.vertx.core.VertxOptions.warningExceptionTime:J
        37: .line 159
            aload 0 /* this */
            new io.vertx.core.eventbus.EventBusOptions
            dup
            aload 1 /* other */
            getfield io.vertx.core.VertxOptions.eventBusOptions:Lio/vertx/core/eventbus/EventBusOptions;
            invokespecial io.vertx.core.eventbus.EventBusOptions.<init>:(Lio/vertx/core/eventbus/EventBusOptions;)V
            putfield io.vertx.core.VertxOptions.eventBusOptions:Lio/vertx/core/eventbus/EventBusOptions;
        38: .line 160
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.VertxOptions.addressResolverOptions:Lio/vertx/core/dns/AddressResolverOptions;
            ifnull 39
            new io.vertx.core.dns.AddressResolverOptions
            dup
            aload 1 /* other */
            invokevirtual io.vertx.core.VertxOptions.getAddressResolverOptions:()Lio/vertx/core/dns/AddressResolverOptions;
            invokespecial io.vertx.core.dns.AddressResolverOptions.<init>:(Lio/vertx/core/dns/AddressResolverOptions;)V
            goto 40
      StackMap locals:
      StackMap stack: io.vertx.core.VertxOptions
        39: aconst_null
      StackMap locals: io.vertx.core.VertxOptions io.vertx.core.VertxOptions
      StackMap stack: io.vertx.core.VertxOptions io.vertx.core.dns.AddressResolverOptions
        40: putfield io.vertx.core.VertxOptions.addressResolverOptions:Lio/vertx/core/dns/AddressResolverOptions;
        41: .line 161
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.VertxOptions.maxEventLoopExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.VertxOptions.maxEventLoopExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
        42: .line 162
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.VertxOptions.maxWorkerExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.VertxOptions.maxWorkerExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
        43: .line 163
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.VertxOptions.warningExceptionTimeUnit:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.VertxOptions.warningExceptionTimeUnit:Ljava/util/concurrent/TimeUnit;
        44: .line 164
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.VertxOptions.blockedThreadCheckIntervalUnit:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.VertxOptions.blockedThreadCheckIntervalUnit:Ljava/util/concurrent/TimeUnit;
        45: .line 165
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.VertxOptions.tracingOptions:Lio/vertx/core/tracing/TracingOptions;
            ifnull 46
            aload 1 /* other */
            getfield io.vertx.core.VertxOptions.tracingOptions:Lio/vertx/core/tracing/TracingOptions;
            invokevirtual io.vertx.core.tracing.TracingOptions.copy:()Lio/vertx/core/tracing/TracingOptions;
            goto 47
      StackMap locals:
      StackMap stack: io.vertx.core.VertxOptions
        46: aconst_null
      StackMap locals: io.vertx.core.VertxOptions io.vertx.core.VertxOptions
      StackMap stack: io.vertx.core.VertxOptions io.vertx.core.tracing.TracingOptions
        47: putfield io.vertx.core.VertxOptions.tracingOptions:Lio/vertx/core/tracing/TracingOptions;
        48: .line 166
            return
        end local 1 // io.vertx.core.VertxOptions other
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   49     0   this  Lio/vertx/core/VertxOptions;
            0   49     1  other  Lio/vertx/core/VertxOptions;
    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.core.VertxOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 174
            aload 0 /* this */
            invokespecial io.vertx.core.VertxOptions.<init>:()V
         1: .line 175
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.VertxOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/VertxOptions;)V
         2: .line 176
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/VertxOptions;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public int getEventLoopPoolSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 184
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.eventLoopPoolSize:I
            ireturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setEventLoopPoolSize(int);
    descriptor: (I)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // int eventLoopPoolSize
         0: .line 194
            iload 1 /* eventLoopPoolSize */
            iconst_1
            if_icmpge 2
         1: .line 195
            new java.lang.IllegalArgumentException
            dup
            ldc "eventLoopPoolSize must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* eventLoopPoolSize */
            putfield io.vertx.core.VertxOptions.eventLoopPoolSize:I
         3: .line 198
            aload 0 /* this */
            areturn
        end local 1 // int eventLoopPoolSize
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lio/vertx/core/VertxOptions;
            0    4     1  eventLoopPoolSize  I
    MethodParameters:
                   Name  Flags
      eventLoopPoolSize  

  public int getWorkerPoolSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 209
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.workerPoolSize:I
            ireturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setWorkerPoolSize(int);
    descriptor: (I)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // int workerPoolSize
         0: .line 219
            iload 1 /* workerPoolSize */
            iconst_1
            if_icmpge 2
         1: .line 220
            new java.lang.IllegalArgumentException
            dup
            ldc "workerPoolSize must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* workerPoolSize */
            putfield io.vertx.core.VertxOptions.workerPoolSize:I
         3: .line 223
            aload 0 /* this */
            areturn
        end local 1 // int workerPoolSize
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/vertx/core/VertxOptions;
            0    4     1  workerPoolSize  I
    MethodParameters:
                Name  Flags
      workerPoolSize  

  public long getBlockedThreadCheckInterval();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 236
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.blockedThreadCheckInterval:J
            lreturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setBlockedThreadCheckInterval(long);
    descriptor: (J)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // long blockedThreadCheckInterval
         0: .line 248
            lload 1 /* blockedThreadCheckInterval */
            lconst_1
            lcmp
            ifge 2
         1: .line 249
            new java.lang.IllegalArgumentException
            dup
            ldc "blockedThreadCheckInterval must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* blockedThreadCheckInterval */
            putfield io.vertx.core.VertxOptions.blockedThreadCheckInterval:J
         3: .line 252
            aload 0 /* this */
            areturn
        end local 1 // long blockedThreadCheckInterval
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    4     0                        this  Lio/vertx/core/VertxOptions;
            0    4     1  blockedThreadCheckInterval  J
    MethodParameters:
                            Name  Flags
      blockedThreadCheckInterval  

  public long getMaxEventLoopExecuteTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 268
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.maxEventLoopExecuteTime:J
            lreturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setMaxEventLoopExecuteTime(long);
    descriptor: (J)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // long maxEventLoopExecuteTime
         0: .line 280
            lload 1 /* maxEventLoopExecuteTime */
            lconst_1
            lcmp
            ifge 2
         1: .line 281
            new java.lang.IllegalArgumentException
            dup
            ldc "maxEventLoopExecuteTime must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* maxEventLoopExecuteTime */
            putfield io.vertx.core.VertxOptions.maxEventLoopExecuteTime:J
         3: .line 284
            aload 0 /* this */
            areturn
        end local 1 // long maxEventLoopExecuteTime
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    4     0                     this  Lio/vertx/core/VertxOptions;
            0    4     1  maxEventLoopExecuteTime  J
    MethodParameters:
                         Name  Flags
      maxEventLoopExecuteTime  

  public long getMaxWorkerExecuteTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 300
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.maxWorkerExecuteTime:J
            lreturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setMaxWorkerExecuteTime(long);
    descriptor: (J)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // long maxWorkerExecuteTime
         0: .line 312
            lload 1 /* maxWorkerExecuteTime */
            lconst_1
            lcmp
            ifge 2
         1: .line 313
            new java.lang.IllegalArgumentException
            dup
            ldc "maxWorkerpExecuteTime must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* maxWorkerExecuteTime */
            putfield io.vertx.core.VertxOptions.maxWorkerExecuteTime:J
         3: .line 316
            aload 0 /* this */
            areturn
        end local 1 // long maxWorkerExecuteTime
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lio/vertx/core/VertxOptions;
            0    4     1  maxWorkerExecuteTime  J
    MethodParameters:
                      Name  Flags
      maxWorkerExecuteTime  

  public io.vertx.core.spi.cluster.ClusterManager getClusterManager();
    descriptor: ()Lio/vertx/core/spi/cluster/ClusterManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 329
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.clusterManager:Lio/vertx/core/spi/cluster/ClusterManager;
            areturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setClusterManager(io.vertx.core.spi.cluster.ClusterManager);
    descriptor: (Lio/vertx/core/spi/cluster/ClusterManager;)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // io.vertx.core.spi.cluster.ClusterManager clusterManager
         0: .line 344
            aload 0 /* this */
            aload 1 /* clusterManager */
            putfield io.vertx.core.VertxOptions.clusterManager:Lio/vertx/core/spi/cluster/ClusterManager;
         1: .line 345
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.spi.cluster.ClusterManager clusterManager
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/core/VertxOptions;
            0    2     1  clusterManager  Lio/vertx/core/spi/cluster/ClusterManager;
    MethodParameters:
                Name  Flags
      clusterManager  

  public int getInternalBlockingPoolSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 356
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.internalBlockingPoolSize:I
            ireturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setInternalBlockingPoolSize(int);
    descriptor: (I)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // int internalBlockingPoolSize
         0: .line 366
            iload 1 /* internalBlockingPoolSize */
            iconst_1
            if_icmpge 2
         1: .line 367
            new java.lang.IllegalArgumentException
            dup
            ldc "internalBlockingPoolSize must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* internalBlockingPoolSize */
            putfield io.vertx.core.VertxOptions.internalBlockingPoolSize:I
         3: .line 370
            aload 0 /* this */
            areturn
        end local 1 // int internalBlockingPoolSize
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    4     0                      this  Lio/vertx/core/VertxOptions;
            0    4     1  internalBlockingPoolSize  I
    MethodParameters:
                          Name  Flags
      internalBlockingPoolSize  

  public boolean isHAEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 379
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.haEnabled:Z
            ireturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setHAEnabled(boolean);
    descriptor: (Z)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // boolean haEnabled
         0: .line 389
            aload 0 /* this */
            iload 1 /* haEnabled */
            putfield io.vertx.core.VertxOptions.haEnabled:Z
         1: .line 390
            aload 0 /* this */
            areturn
        end local 1 // boolean haEnabled
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/core/VertxOptions;
            0    2     1  haEnabled  Z
    MethodParameters:
           Name  Flags
      haEnabled  

  public int getQuorumSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 399
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.quorumSize:I
            ireturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setQuorumSize(int);
    descriptor: (I)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // int quorumSize
         0: .line 409
            iload 1 /* quorumSize */
            iconst_1
            if_icmpge 2
         1: .line 410
            new java.lang.IllegalArgumentException
            dup
            ldc "quorumSize should be >= 1"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* quorumSize */
            putfield io.vertx.core.VertxOptions.quorumSize:I
         3: .line 413
            aload 0 /* this */
            areturn
        end local 1 // int quorumSize
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/vertx/core/VertxOptions;
            0    4     1  quorumSize  I
    MethodParameters:
            Name  Flags
      quorumSize  

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

  public io.vertx.core.VertxOptions setHAGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // java.lang.String haGroup
         0: .line 432
            aload 1 /* haGroup */
            ldc "ha group cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 433
            aload 0 /* this */
            aload 1 /* haGroup */
            putfield io.vertx.core.VertxOptions.haGroup:Ljava/lang/String;
         2: .line 434
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String haGroup
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/VertxOptions;
            0    3     1  haGroup  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      haGroup  

  public io.vertx.core.metrics.MetricsOptions getMetricsOptions();
    descriptor: ()Lio/vertx/core/metrics/MetricsOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 441
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.metricsOptions:Lio/vertx/core/metrics/MetricsOptions;
            areturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.file.FileSystemOptions getFileSystemOptions();
    descriptor: ()Lio/vertx/core/file/FileSystemOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 448
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.fileSystemOptions:Lio/vertx/core/file/FileSystemOptions;
            areturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setMetricsOptions(io.vertx.core.metrics.MetricsOptions);
    descriptor: (Lio/vertx/core/metrics/MetricsOptions;)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // io.vertx.core.metrics.MetricsOptions metrics
         0: .line 458
            aload 0 /* this */
            aload 1 /* metrics */
            putfield io.vertx.core.VertxOptions.metricsOptions:Lio/vertx/core/metrics/MetricsOptions;
         1: .line 459
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.metrics.MetricsOptions metrics
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/VertxOptions;
            0    2     1  metrics  Lio/vertx/core/metrics/MetricsOptions;
    MethodParameters:
         Name  Flags
      metrics  

  public io.vertx.core.VertxOptions setFileSystemOptions(io.vertx.core.file.FileSystemOptions);
    descriptor: (Lio/vertx/core/file/FileSystemOptions;)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // io.vertx.core.file.FileSystemOptions fileSystemOptions
         0: .line 469
            aload 0 /* this */
            aload 1 /* fileSystemOptions */
            putfield io.vertx.core.VertxOptions.fileSystemOptions:Lio/vertx/core/file/FileSystemOptions;
         1: .line 470
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.file.FileSystemOptions fileSystemOptions
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/VertxOptions;
            0    2     1  fileSystemOptions  Lio/vertx/core/file/FileSystemOptions;
    MethodParameters:
                   Name  Flags
      fileSystemOptions  

  public long getWarningExceptionTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 481
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.warningExceptionTime:J
            lreturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setWarningExceptionTime(long);
    descriptor: (J)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // long warningExceptionTime
         0: .line 492
            lload 1 /* warningExceptionTime */
            lconst_1
            lcmp
            ifge 2
         1: .line 493
            new java.lang.IllegalArgumentException
            dup
            ldc "warningExceptionTime must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 495
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* warningExceptionTime */
            putfield io.vertx.core.VertxOptions.warningExceptionTime:J
         3: .line 496
            aload 0 /* this */
            areturn
        end local 1 // long warningExceptionTime
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lio/vertx/core/VertxOptions;
            0    4     1  warningExceptionTime  J
    MethodParameters:
                      Name  Flags
      warningExceptionTime  

  public io.vertx.core.eventbus.EventBusOptions getEventBusOptions();
    descriptor: ()Lio/vertx/core/eventbus/EventBusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 503
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.eventBusOptions:Lio/vertx/core/eventbus/EventBusOptions;
            areturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setEventBusOptions(io.vertx.core.eventbus.EventBusOptions);
    descriptor: (Lio/vertx/core/eventbus/EventBusOptions;)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // io.vertx.core.eventbus.EventBusOptions options
         0: .line 513
            aload 1 /* options */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 514
            aload 0 /* this */
            aload 1 /* options */
            putfield io.vertx.core.VertxOptions.eventBusOptions:Lio/vertx/core/eventbus/EventBusOptions;
         2: .line 515
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.eventbus.EventBusOptions options
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/VertxOptions;
            0    3     1  options  Lio/vertx/core/eventbus/EventBusOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.dns.AddressResolverOptions getAddressResolverOptions();
    descriptor: ()Lio/vertx/core/dns/AddressResolverOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 522
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.addressResolverOptions:Lio/vertx/core/dns/AddressResolverOptions;
            areturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setAddressResolverOptions(io.vertx.core.dns.AddressResolverOptions);
    descriptor: (Lio/vertx/core/dns/AddressResolverOptions;)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // io.vertx.core.dns.AddressResolverOptions addressResolverOptions
         0: .line 532
            aload 0 /* this */
            aload 1 /* addressResolverOptions */
            putfield io.vertx.core.VertxOptions.addressResolverOptions:Lio/vertx/core/dns/AddressResolverOptions;
         1: .line 533
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.dns.AddressResolverOptions addressResolverOptions
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lio/vertx/core/VertxOptions;
            0    2     1  addressResolverOptions  Lio/vertx/core/dns/AddressResolverOptions;
    MethodParameters:
                        Name  Flags
      addressResolverOptions  

  public boolean getPreferNativeTransport();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 540
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.preferNativeTransport:Z
            ireturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setPreferNativeTransport(boolean);
    descriptor: (Z)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // boolean preferNativeTransport
         0: .line 550
            aload 0 /* this */
            iload 1 /* preferNativeTransport */
            putfield io.vertx.core.VertxOptions.preferNativeTransport:Z
         1: .line 551
            aload 0 /* this */
            areturn
        end local 1 // boolean preferNativeTransport
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lio/vertx/core/VertxOptions;
            0    2     1  preferNativeTransport  Z
    MethodParameters:
                       Name  Flags
      preferNativeTransport  

  public java.util.concurrent.TimeUnit getMaxEventLoopExecuteTimeUnit();
    descriptor: ()Ljava/util/concurrent/TimeUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 558
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.maxEventLoopExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
            areturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setMaxEventLoopExecuteTimeUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // java.util.concurrent.TimeUnit maxEventLoopExecuteTimeUnit
         0: .line 568
            aload 0 /* this */
            aload 1 /* maxEventLoopExecuteTimeUnit */
            putfield io.vertx.core.VertxOptions.maxEventLoopExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
         1: .line 569
            aload 0 /* this */
            areturn
        end local 1 // java.util.concurrent.TimeUnit maxEventLoopExecuteTimeUnit
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lio/vertx/core/VertxOptions;
            0    2     1  maxEventLoopExecuteTimeUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
                             Name  Flags
      maxEventLoopExecuteTimeUnit  

  public java.util.concurrent.TimeUnit getMaxWorkerExecuteTimeUnit();
    descriptor: ()Ljava/util/concurrent/TimeUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 576
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.maxWorkerExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
            areturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setMaxWorkerExecuteTimeUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // java.util.concurrent.TimeUnit maxWorkerExecuteTimeUnit
         0: .line 586
            aload 0 /* this */
            aload 1 /* maxWorkerExecuteTimeUnit */
            putfield io.vertx.core.VertxOptions.maxWorkerExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
         1: .line 587
            aload 0 /* this */
            areturn
        end local 1 // java.util.concurrent.TimeUnit maxWorkerExecuteTimeUnit
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lio/vertx/core/VertxOptions;
            0    2     1  maxWorkerExecuteTimeUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
                          Name  Flags
      maxWorkerExecuteTimeUnit  

  public java.util.concurrent.TimeUnit getWarningExceptionTimeUnit();
    descriptor: ()Ljava/util/concurrent/TimeUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 594
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.warningExceptionTimeUnit:Ljava/util/concurrent/TimeUnit;
            areturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setWarningExceptionTimeUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // java.util.concurrent.TimeUnit warningExceptionTimeUnit
         0: .line 604
            aload 0 /* this */
            aload 1 /* warningExceptionTimeUnit */
            putfield io.vertx.core.VertxOptions.warningExceptionTimeUnit:Ljava/util/concurrent/TimeUnit;
         1: .line 605
            aload 0 /* this */
            areturn
        end local 1 // java.util.concurrent.TimeUnit warningExceptionTimeUnit
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lio/vertx/core/VertxOptions;
            0    2     1  warningExceptionTimeUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
                          Name  Flags
      warningExceptionTimeUnit  

  public java.util.concurrent.TimeUnit getBlockedThreadCheckIntervalUnit();
    descriptor: ()Ljava/util/concurrent/TimeUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 612
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.blockedThreadCheckIntervalUnit:Ljava/util/concurrent/TimeUnit;
            areturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setBlockedThreadCheckIntervalUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // java.util.concurrent.TimeUnit blockedThreadCheckIntervalUnit
         0: .line 622
            aload 0 /* this */
            aload 1 /* blockedThreadCheckIntervalUnit */
            putfield io.vertx.core.VertxOptions.blockedThreadCheckIntervalUnit:Ljava/util/concurrent/TimeUnit;
         1: .line 623
            aload 0 /* this */
            areturn
        end local 1 // java.util.concurrent.TimeUnit blockedThreadCheckIntervalUnit
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    2     0                            this  Lio/vertx/core/VertxOptions;
            0    2     1  blockedThreadCheckIntervalUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
                                Name  Flags
      blockedThreadCheckIntervalUnit  

  public io.vertx.core.tracing.TracingOptions getTracingOptions();
    descriptor: ()Lio/vertx/core/tracing/TracingOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 627
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.tracingOptions:Lio/vertx/core/tracing/TracingOptions;
            areturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/VertxOptions;

  public io.vertx.core.VertxOptions setTracingOptions(io.vertx.core.tracing.TracingOptions);
    descriptor: (Lio/vertx/core/tracing/TracingOptions;)Lio/vertx/core/VertxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions this
        start local 1 // io.vertx.core.tracing.TracingOptions tracingOptions
         0: .line 631
            aload 0 /* this */
            aload 1 /* tracingOptions */
            putfield io.vertx.core.VertxOptions.tracingOptions:Lio/vertx/core/tracing/TracingOptions;
         1: .line 632
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.tracing.TracingOptions tracingOptions
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/core/VertxOptions;
            0    2     1  tracingOptions  Lio/vertx/core/tracing/TracingOptions;
    MethodParameters:
                Name  Flags
      tracingOptions  

  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.core.VertxOptions this
         0: .line 636
            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 637
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.VertxOptionsConverter.toJson:(Lio/vertx/core/VertxOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 638
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/VertxOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions this
         0: .line 643
            new java.lang.StringBuilder
            dup
            ldc "VertxOptions{eventLoopPoolSize="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 644
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.eventLoopPoolSize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 645
            ldc ", workerPoolSize="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.workerPoolSize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         3: .line 646
            ldc ", internalBlockingPoolSize="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.internalBlockingPoolSize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         4: .line 647
            ldc ", blockedThreadCheckIntervalUnit="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.blockedThreadCheckIntervalUnit:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         5: .line 648
            ldc ", blockedThreadCheckInterval="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.blockedThreadCheckInterval:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         6: .line 649
            ldc ", maxEventLoopExecuteTimeUnit="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.maxEventLoopExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         7: .line 650
            ldc ", maxEventLoopExecuteTime="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.maxEventLoopExecuteTime:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         8: .line 651
            ldc ", maxWorkerExecuteTimeUnit="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.maxWorkerExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         9: .line 652
            ldc ", maxWorkerExecuteTime="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.maxWorkerExecuteTime:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
        10: .line 653
            ldc ", clusterManager="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.clusterManager:Lio/vertx/core/spi/cluster/ClusterManager;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        11: .line 654
            ldc ", haEnabled="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.haEnabled:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
        12: .line 655
            ldc ", preferNativeTransport="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.preferNativeTransport:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
        13: .line 656
            ldc ", quorumSize="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.quorumSize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        14: .line 657
            ldc ", haGroup='"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.haGroup:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 39
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
        15: .line 658
            ldc ", metrics="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.metricsOptions:Lio/vertx/core/metrics/MetricsOptions;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        16: .line 659
            ldc ", fileSystemOptions="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.fileSystemOptions:Lio/vertx/core/file/FileSystemOptions;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        17: .line 660
            ldc ", addressResolver="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.addressResolverOptions:Lio/vertx/core/dns/AddressResolverOptions;
            invokevirtual io.vertx.core.dns.AddressResolverOptions.toJson:()Lio/vertx/core/json/JsonObject;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        18: .line 661
            ldc ", eventbus="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.eventBusOptions:Lio/vertx/core/eventbus/EventBusOptions;
            invokevirtual io.vertx.core.eventbus.EventBusOptions.toJson:()Lio/vertx/core/json/JsonObject;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        19: .line 662
            ldc ", warningExceptionTimeUnit="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.warningExceptionTimeUnit:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        20: .line 663
            ldc ", warningExceptionTime="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.VertxOptions.warningExceptionTime:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
        21: .line 664
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
        22: .line 643
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.VertxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lio/vertx/core/VertxOptions;
}
SourceFile: "VertxOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)