public class io.vertx.core.DeploymentOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.DeploymentOptions
  super_class: java.lang.Object
{
  public static final boolean DEFAULT_WORKER;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

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

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

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

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

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

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

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

  private java.util.List<java.lang.String> extraClasspath;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;

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

  private java.util.List<java.lang.String> isolatedClasses;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;

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

  private java.lang.ClassLoader classLoader;
    descriptor: Ljava/lang/ClassLoader;
    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.core.DeploymentOptions this
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.DeploymentOptions.worker:Z
         2: .line 55
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.DeploymentOptions.config:Lio/vertx/core/json/JsonObject;
         3: .line 56
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.DeploymentOptions.isolationGroup:Ljava/lang/String;
         4: .line 57
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.DeploymentOptions.ha:Z
         5: .line 58
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.DeploymentOptions.instances:I
         6: .line 59
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.DeploymentOptions.workerPoolName:Ljava/lang/String;
         7: .line 60
            aload 0 /* this */
            bipush 20
            putfield io.vertx.core.DeploymentOptions.workerPoolSize:I
         8: .line 61
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_MAX_WORKER_EXECUTE_TIME:J
            putfield io.vertx.core.DeploymentOptions.maxWorkerExecuteTime:J
         9: .line 62
            aload 0 /* this */
            getstatic io.vertx.core.VertxOptions.DEFAULT_MAX_WORKER_EXECUTE_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.DeploymentOptions.maxWorkerExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
        10: .line 63
            return
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/vertx/core/DeploymentOptions;

  public void <init>(io.vertx.core.DeploymentOptions);
    descriptor: (Lio/vertx/core/DeploymentOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.DeploymentOptions this
        start local 1 // io.vertx.core.DeploymentOptions other
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 71
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.DeploymentOptions.getConfig:()Lio/vertx/core/json/JsonObject;
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: io.vertx.core.DeploymentOptions io.vertx.core.DeploymentOptions
      StackMap stack: io.vertx.core.DeploymentOptions
         2: aload 1 /* other */
            invokevirtual io.vertx.core.DeploymentOptions.getConfig:()Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.copy:()Lio/vertx/core/json/JsonObject;
      StackMap locals: io.vertx.core.DeploymentOptions io.vertx.core.DeploymentOptions
      StackMap stack: io.vertx.core.DeploymentOptions io.vertx.core.json.JsonObject
         3: putfield io.vertx.core.DeploymentOptions.config:Lio/vertx/core/json/JsonObject;
         4: .line 72
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.DeploymentOptions.isWorker:()Z
            putfield io.vertx.core.DeploymentOptions.worker:Z
         5: .line 73
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.DeploymentOptions.getIsolationGroup:()Ljava/lang/String;
            putfield io.vertx.core.DeploymentOptions.isolationGroup:Ljava/lang/String;
         6: .line 74
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.DeploymentOptions.isHa:()Z
            putfield io.vertx.core.DeploymentOptions.ha:Z
         7: .line 75
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.DeploymentOptions.getExtraClasspath:()Ljava/util/List;
            ifnonnull 8
            aconst_null
            goto 9
      StackMap locals:
      StackMap stack: io.vertx.core.DeploymentOptions
         8: new java.util.ArrayList
            dup
            aload 1 /* other */
            invokevirtual io.vertx.core.DeploymentOptions.getExtraClasspath:()Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
      StackMap locals: io.vertx.core.DeploymentOptions io.vertx.core.DeploymentOptions
      StackMap stack: io.vertx.core.DeploymentOptions java.util.ArrayList
         9: putfield io.vertx.core.DeploymentOptions.extraClasspath:Ljava/util/List;
        10: .line 76
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.DeploymentOptions.instances:I
            putfield io.vertx.core.DeploymentOptions.instances:I
        11: .line 77
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.DeploymentOptions.getIsolatedClasses:()Ljava/util/List;
            ifnonnull 12
            aconst_null
            goto 13
      StackMap locals:
      StackMap stack: io.vertx.core.DeploymentOptions
        12: new java.util.ArrayList
            dup
            aload 1 /* other */
            invokevirtual io.vertx.core.DeploymentOptions.getIsolatedClasses:()Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
      StackMap locals: io.vertx.core.DeploymentOptions io.vertx.core.DeploymentOptions
      StackMap stack: io.vertx.core.DeploymentOptions java.util.ArrayList
        13: putfield io.vertx.core.DeploymentOptions.isolatedClasses:Ljava/util/List;
        14: .line 78
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.DeploymentOptions.workerPoolName:Ljava/lang/String;
            putfield io.vertx.core.DeploymentOptions.workerPoolName:Ljava/lang/String;
        15: .line 79
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.DeploymentOptions.workerPoolSize:I
            invokevirtual io.vertx.core.DeploymentOptions.setWorkerPoolSize:(I)Lio/vertx/core/DeploymentOptions;
            pop
        16: .line 80
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.DeploymentOptions.maxWorkerExecuteTime:J
            invokevirtual io.vertx.core.DeploymentOptions.setMaxWorkerExecuteTime:(J)Lio/vertx/core/DeploymentOptions;
            pop
        17: .line 81
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.DeploymentOptions.maxWorkerExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.DeploymentOptions.maxWorkerExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
        18: .line 82
            return
        end local 1 // io.vertx.core.DeploymentOptions other
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lio/vertx/core/DeploymentOptions;
            0   19     1  other  Lio/vertx/core/DeploymentOptions;
    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=3, locals=4, args_size=2
        start local 0 // io.vertx.core.DeploymentOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 90
            aload 0 /* this */
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
         1: .line 91
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.DeploymentOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/DeploymentOptions;)V
         2: .line 92
            aload 0 /* this */
            aload 1 /* json */
            ldc "isolationGroup"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            putfield io.vertx.core.DeploymentOptions.isolationGroup:Ljava/lang/String;
         3: .line 93
            aload 1 /* json */
            ldc "extraClasspath"
            invokevirtual io.vertx.core.json.JsonObject.getJsonArray:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
            astore 2 /* arr */
        start local 2 // io.vertx.core.json.JsonArray arr
         4: .line 94
            aload 2 /* arr */
            ifnull 6
         5: .line 95
            aload 0 /* this */
            aload 2 /* arr */
            invokevirtual io.vertx.core.json.JsonArray.getList:()Ljava/util/List;
            putfield io.vertx.core.DeploymentOptions.extraClasspath:Ljava/util/List;
         6: .line 97
      StackMap locals: io.vertx.core.DeploymentOptions io.vertx.core.json.JsonObject io.vertx.core.json.JsonArray
      StackMap stack:
            aload 1 /* json */
            ldc "isolatedClasses"
            invokevirtual io.vertx.core.json.JsonObject.getJsonArray:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
            astore 3 /* arrIsolated */
        start local 3 // io.vertx.core.json.JsonArray arrIsolated
         7: .line 98
            aload 3 /* arrIsolated */
            ifnull 9
         8: .line 99
            aload 0 /* this */
            aload 3 /* arrIsolated */
            invokevirtual io.vertx.core.json.JsonArray.getList:()Ljava/util/List;
            putfield io.vertx.core.DeploymentOptions.isolatedClasses:Ljava/util/List;
         9: .line 101
      StackMap locals: io.vertx.core.json.JsonArray
      StackMap stack:
            return
        end local 3 // io.vertx.core.json.JsonArray arrIsolated
        end local 2 // io.vertx.core.json.JsonArray arr
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lio/vertx/core/DeploymentOptions;
            0   10     1         json  Lio/vertx/core/json/JsonObject;
            4   10     2          arr  Lio/vertx/core/json/JsonArray;
            7   10     3  arrIsolated  Lio/vertx/core/json/JsonArray;
    MethodParameters:
      Name  Flags
      json  

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

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

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

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

  public java.lang.String getIsolationGroup();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.DeploymentOptions this
         0: .line 153
            aload 0 /* this */
            getfield io.vertx.core.DeploymentOptions.isolationGroup:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/DeploymentOptions;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
      java.lang.Deprecated()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public io.vertx.core.DeploymentOptions setIsolationGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/DeploymentOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.DeploymentOptions this
        start local 1 // java.lang.String isolationGroup
         0: .line 167
            aload 0 /* this */
            aload 1 /* isolationGroup */
            putfield io.vertx.core.DeploymentOptions.isolationGroup:Ljava/lang/String;
         1: .line 168
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String isolationGroup
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/core/DeploymentOptions;
            0    2     1  isolationGroup  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
      java.lang.Deprecated()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
                Name  Flags
      isolationGroup  

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

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

  public java.util.List<java.lang.String> getExtraClasspath();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.DeploymentOptions this
         0: .line 203
            aload 0 /* this */
            getfield io.vertx.core.DeploymentOptions.extraClasspath:Ljava/util/List;
            areturn
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/DeploymentOptions;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
      java.lang.Deprecated()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public io.vertx.core.DeploymentOptions setExtraClasspath(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/DeploymentOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.DeploymentOptions this
        start local 1 // java.util.List extraClasspath
         0: .line 218
            aload 0 /* this */
            aload 1 /* extraClasspath */
            putfield io.vertx.core.DeploymentOptions.extraClasspath:Ljava/util/List;
         1: .line 219
            aload 0 /* this */
            areturn
        end local 1 // java.util.List extraClasspath
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/core/DeploymentOptions;
            0    2     1  extraClasspath  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/vertx/core/DeploymentOptions;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
      java.lang.Deprecated()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
                Name  Flags
      extraClasspath  

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

  public io.vertx.core.DeploymentOptions setInstances(int);
    descriptor: (I)Lio/vertx/core/DeploymentOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.DeploymentOptions this
        start local 1 // int instances
         0: .line 238
            aload 0 /* this */
            iload 1 /* instances */
            putfield io.vertx.core.DeploymentOptions.instances:I
         1: .line 239
            aload 0 /* this */
            areturn
        end local 1 // int instances
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/core/DeploymentOptions;
            0    2     1  instances  I
    MethodParameters:
           Name  Flags
      instances  

  public java.util.List<java.lang.String> getIsolatedClasses();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.DeploymentOptions this
         0: .line 253
            aload 0 /* this */
            getfield io.vertx.core.DeploymentOptions.isolatedClasses:Ljava/util/List;
            areturn
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/DeploymentOptions;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
      java.lang.Deprecated()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public io.vertx.core.DeploymentOptions setIsolatedClasses(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/DeploymentOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.DeploymentOptions this
        start local 1 // java.util.List isolatedClasses
         0: .line 267
            aload 0 /* this */
            aload 1 /* isolatedClasses */
            putfield io.vertx.core.DeploymentOptions.isolatedClasses:Ljava/util/List;
         1: .line 268
            aload 0 /* this */
            areturn
        end local 1 // java.util.List isolatedClasses
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/core/DeploymentOptions;
            0    2     1  isolatedClasses  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/vertx/core/DeploymentOptions;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
      java.lang.Deprecated()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
                 Name  Flags
      isolatedClasses  

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

  public io.vertx.core.DeploymentOptions setWorkerPoolName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/DeploymentOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.DeploymentOptions this
        start local 1 // java.lang.String workerPoolName
         0: .line 286
            aload 0 /* this */
            aload 1 /* workerPoolName */
            putfield io.vertx.core.DeploymentOptions.workerPoolName:Ljava/lang/String;
         1: .line 287
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String workerPoolName
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/core/DeploymentOptions;
            0    2     1  workerPoolName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      workerPoolName  

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

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

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

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

  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.DeploymentOptions this
         0: .line 351
            aload 0 /* this */
            getfield io.vertx.core.DeploymentOptions.maxWorkerExecuteTimeUnit:Ljava/util/concurrent/TimeUnit;
            areturn
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/DeploymentOptions;

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

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

  public io.vertx.core.DeploymentOptions setClassLoader(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)Lio/vertx/core/DeploymentOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.DeploymentOptions this
        start local 1 // java.lang.ClassLoader classLoader
         0: .line 385
            aload 0 /* this */
            aload 1 /* classLoader */
            putfield io.vertx.core.DeploymentOptions.classLoader:Ljava/lang/ClassLoader;
         1: .line 386
            aload 0 /* this */
            areturn
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/DeploymentOptions;
            0    2     1  classLoader  Ljava/lang/ClassLoader;
    MethodParameters:
             Name  Flags
      classLoader  

  public void checkIsolationNotDefined();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.DeploymentOptions this
         0: .line 393
            aload 0 /* this */
            invokevirtual io.vertx.core.DeploymentOptions.getExtraClasspath:()Ljava/util/List;
            ifnull 2
         1: .line 394
            new java.lang.IllegalArgumentException
            dup
            ldc "Can't specify extraClasspath for already created verticle"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.DeploymentOptions.getIsolationGroup:()Ljava/lang/String;
            ifnull 4
         3: .line 397
            new java.lang.IllegalArgumentException
            dup
            ldc "Can't specify isolationGroup for already created verticle"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.DeploymentOptions.getIsolatedClasses:()Ljava/util/List;
            ifnull 6
         5: .line 400
            new java.lang.IllegalArgumentException
            dup
            ldc "Can't specify isolatedClasses for already created verticle"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 402
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/DeploymentOptions;

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // io.vertx.core.DeploymentOptions this
         0: .line 410
            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 411
            aload 0 /* this */
            getfield io.vertx.core.DeploymentOptions.extraClasspath:Ljava/util/List;
            ifnull 3
         2: .line 412
            aload 1 /* json */
            ldc "extraClasspath"
            new io.vertx.core.json.JsonArray
            dup
            aload 0 /* this */
            getfield io.vertx.core.DeploymentOptions.extraClasspath:Ljava/util/List;
            invokespecial io.vertx.core.json.JsonArray.<init>:(Ljava/util/List;)V
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         3: .line 414
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.DeploymentOptions.isolatedClasses:Ljava/util/List;
            ifnull 5
         4: .line 415
            aload 1 /* json */
            ldc "isolatedClasses"
            new io.vertx.core.json.JsonArray
            dup
            aload 0 /* this */
            getfield io.vertx.core.DeploymentOptions.isolatedClasses:Ljava/util/List;
            invokespecial io.vertx.core.json.JsonArray.<init>:(Ljava/util/List;)V
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         5: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.DeploymentOptions.isolationGroup:Ljava/lang/String;
            ifnull 7
         6: .line 418
            aload 1 /* json */
            ldc "isolationGroup"
            aload 0 /* this */
            getfield io.vertx.core.DeploymentOptions.isolationGroup:Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         7: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.DeploymentOptionsConverter.toJson:(Lio/vertx/core/DeploymentOptions;Lio/vertx/core/json/JsonObject;)V
         8: .line 421
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.DeploymentOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/vertx/core/DeploymentOptions;
            1    9     1  json  Lio/vertx/core/json/JsonObject;
}
SourceFile: "DeploymentOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)