public class io.vertx.ext.mongo.AggregateOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.mongo.AggregateOptions
  super_class: java.lang.Object
{
  public static final int DEFAULT_BATCH_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

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

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

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

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

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

  private java.lang.Boolean allowDiskUse;
    descriptor: Ljava/lang/Boolean;
    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.ext.mongo.AggregateOptions this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            bipush 20
            putfield io.vertx.ext.mongo.AggregateOptions.batchSize:I
         2: .line 38
            aload 0 /* this */
            lconst_0
            putfield io.vertx.ext.mongo.AggregateOptions.maxTime:J
         3: .line 39
            aload 0 /* this */
            ldc 1000
            putfield io.vertx.ext.mongo.AggregateOptions.maxAwaitTime:J
         4: .line 40
            return
        end local 0 // io.vertx.ext.mongo.AggregateOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/mongo/AggregateOptions;

  public void <init>(io.vertx.ext.mongo.AggregateOptions);
    descriptor: (Lio/vertx/ext/mongo/AggregateOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.AggregateOptions this
        start local 1 // io.vertx.ext.mongo.AggregateOptions options
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* options */
            getfield io.vertx.ext.mongo.AggregateOptions.batchSize:I
            putfield io.vertx.ext.mongo.AggregateOptions.batchSize:I
         2: .line 49
            aload 0 /* this */
            aload 1 /* options */
            getfield io.vertx.ext.mongo.AggregateOptions.maxTime:J
            putfield io.vertx.ext.mongo.AggregateOptions.maxTime:J
         3: .line 50
            aload 0 /* this */
            aload 1 /* options */
            getfield io.vertx.ext.mongo.AggregateOptions.maxAwaitTime:J
            putfield io.vertx.ext.mongo.AggregateOptions.maxAwaitTime:J
         4: .line 51
            aload 0 /* this */
            aload 1 /* options */
            getfield io.vertx.ext.mongo.AggregateOptions.allowDiskUse:Ljava/lang/Boolean;
            putfield io.vertx.ext.mongo.AggregateOptions.allowDiskUse:Ljava/lang/Boolean;
         5: .line 52
            return
        end local 1 // io.vertx.ext.mongo.AggregateOptions options
        end local 0 // io.vertx.ext.mongo.AggregateOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/vertx/ext/mongo/AggregateOptions;
            0    6     1  options  Lio/vertx/ext/mongo/AggregateOptions;
    MethodParameters:
         Name  Flags
      options  

  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.ext.mongo.AggregateOptions this
        start local 1 // io.vertx.core.json.JsonObject options
         0: .line 60
            aload 0 /* this */
            invokespecial io.vertx.ext.mongo.AggregateOptions.<init>:()V
         1: .line 61
            aload 1 /* options */
            aload 0 /* this */
            invokestatic io.vertx.ext.mongo.AggregateOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/mongo/AggregateOptions;)V
         2: .line 62
            return
        end local 1 // io.vertx.core.json.JsonObject options
        end local 0 // io.vertx.ext.mongo.AggregateOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/mongo/AggregateOptions;
            0    3     1  options  Lio/vertx/core/json/JsonObject;
    MethodParameters:
         Name  Flags
      options  

  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.ext.mongo.AggregateOptions this
         0: .line 70
            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 71
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.ext.mongo.AggregateOptionsConverter.toJson:(Lio/vertx/ext/mongo/AggregateOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 72
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.mongo.AggregateOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/mongo/AggregateOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  public long getMaxTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.mongo.AggregateOptions this
         0: .line 83
            aload 0 /* this */
            getfield io.vertx.ext.mongo.AggregateOptions.maxTime:J
            lreturn
        end local 0 // io.vertx.ext.mongo.AggregateOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/mongo/AggregateOptions;

  public io.vertx.ext.mongo.AggregateOptions setMaxTime(long);
    descriptor: (J)Lio/vertx/ext/mongo/AggregateOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.mongo.AggregateOptions this
        start local 1 // long maxTime
         0: .line 93
            aload 0 /* this */
            lload 1 /* maxTime */
            putfield io.vertx.ext.mongo.AggregateOptions.maxTime:J
         1: .line 94
            aload 0 /* this */
            areturn
        end local 1 // long maxTime
        end local 0 // io.vertx.ext.mongo.AggregateOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/mongo/AggregateOptions;
            0    2     1  maxTime  J
    MethodParameters:
         Name  Flags
      maxTime  

  public int getBatchSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.mongo.AggregateOptions this
         0: .line 101
            aload 0 /* this */
            getfield io.vertx.ext.mongo.AggregateOptions.batchSize:I
            ireturn
        end local 0 // io.vertx.ext.mongo.AggregateOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/mongo/AggregateOptions;

  public java.lang.Boolean getAllowDiskUse();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.mongo.AggregateOptions this
         0: .line 111
            aload 0 /* this */
            getfield io.vertx.ext.mongo.AggregateOptions.allowDiskUse:Ljava/lang/Boolean;
            areturn
        end local 0 // io.vertx.ext.mongo.AggregateOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/mongo/AggregateOptions;

  public io.vertx.ext.mongo.AggregateOptions setAllowDiskUse(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lio/vertx/ext/mongo/AggregateOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.AggregateOptions this
        start local 1 // java.lang.Boolean allowDiskUse
         0: .line 120
            aload 0 /* this */
            aload 1 /* allowDiskUse */
            putfield io.vertx.ext.mongo.AggregateOptions.allowDiskUse:Ljava/lang/Boolean;
         1: .line 121
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean allowDiskUse
        end local 0 // io.vertx.ext.mongo.AggregateOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/ext/mongo/AggregateOptions;
            0    2     1  allowDiskUse  Ljava/lang/Boolean;
    MethodParameters:
              Name  Flags
      allowDiskUse  final

  public io.vertx.ext.mongo.AggregateOptions setBatchSize(int);
    descriptor: (I)Lio/vertx/ext/mongo/AggregateOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.AggregateOptions this
        start local 1 // int batchSize
         0: .line 131
            aload 0 /* this */
            iload 1 /* batchSize */
            putfield io.vertx.ext.mongo.AggregateOptions.batchSize:I
         1: .line 132
            aload 0 /* this */
            areturn
        end local 1 // int batchSize
        end local 0 // io.vertx.ext.mongo.AggregateOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/mongo/AggregateOptions;
            0    2     1  batchSize  I
    MethodParameters:
           Name  Flags
      batchSize  

  public long getMaxAwaitTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.mongo.AggregateOptions this
         0: .line 140
            aload 0 /* this */
            getfield io.vertx.ext.mongo.AggregateOptions.maxAwaitTime:J
            lreturn
        end local 0 // io.vertx.ext.mongo.AggregateOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/mongo/AggregateOptions;

  public io.vertx.ext.mongo.AggregateOptions setMaxAwaitTime(long);
    descriptor: (J)Lio/vertx/ext/mongo/AggregateOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.mongo.AggregateOptions this
        start local 1 // long maxAwaitTime
         0: .line 150
            aload 0 /* this */
            lload 1 /* maxAwaitTime */
            putfield io.vertx.ext.mongo.AggregateOptions.maxAwaitTime:J
         1: .line 151
            aload 0 /* this */
            areturn
        end local 1 // long maxAwaitTime
        end local 0 // io.vertx.ext.mongo.AggregateOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/ext/mongo/AggregateOptions;
            0    2     1  maxAwaitTime  J
    MethodParameters:
              Name  Flags
      maxAwaitTime  final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.ext.mongo.AggregateOptions this
        start local 1 // java.lang.Object o
         0: .line 156
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 157
            iconst_1
            ireturn
         2: .line 159
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 160
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 162
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.ext.mongo.AggregateOptions
            astore 2 /* that */
        start local 2 // io.vertx.ext.mongo.AggregateOptions that
         5: .line 163
            aload 0 /* this */
            getfield io.vertx.ext.mongo.AggregateOptions.batchSize:I
            aload 2 /* that */
            getfield io.vertx.ext.mongo.AggregateOptions.batchSize:I
            if_icmpne 6
            aload 0 /* this */
            getfield io.vertx.ext.mongo.AggregateOptions.maxTime:J
            aload 2 /* that */
            getfield io.vertx.ext.mongo.AggregateOptions.maxTime:J
            lcmp
            ifne 6
            aload 0 /* this */
            getfield io.vertx.ext.mongo.AggregateOptions.maxAwaitTime:J
            aload 2 /* that */
            getfield io.vertx.ext.mongo.AggregateOptions.maxAwaitTime:J
            lcmp
            ifne 6
            aload 0 /* this */
            getfield io.vertx.ext.mongo.AggregateOptions.allowDiskUse:Ljava/lang/Boolean;
            aload 2 /* that */
            getfield io.vertx.ext.mongo.AggregateOptions.allowDiskUse:Ljava/lang/Boolean;
            if_acmpne 6
            iconst_1
            ireturn
      StackMap locals: io.vertx.ext.mongo.AggregateOptions
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // io.vertx.ext.mongo.AggregateOptions that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.ext.mongo.AggregateOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/ext/mongo/AggregateOptions;
            0    7     1     o  Ljava/lang/Object;
            5    7     2  that  Lio/vertx/ext/mongo/AggregateOptions;
    MethodParameters:
      Name  Flags
      o     final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.ext.mongo.AggregateOptions this
         0: .line 168
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.ext.mongo.AggregateOptions.batchSize:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield io.vertx.ext.mongo.AggregateOptions.maxTime:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield io.vertx.ext.mongo.AggregateOptions.maxAwaitTime:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield io.vertx.ext.mongo.AggregateOptions.allowDiskUse:Ljava/lang/Boolean;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // io.vertx.ext.mongo.AggregateOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/mongo/AggregateOptions;
}
SourceFile: "AggregateOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)