public class io.vertx.ext.mongo.GridFsDownloadOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.mongo.GridFsDownloadOptions
  super_class: java.lang.Object
{
  public static final java.lang.Integer DEFAULT_REVISION;
    descriptor: Ljava/lang/Integer;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private java.lang.Integer revision;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 14
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putstatic io.vertx.ext.mongo.GridFsDownloadOptions.DEFAULT_REVISION:Ljava/lang/Integer;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.mongo.GridFsDownloadOptions this
         0: .line 21
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 16
            aload 0 /* this */
            getstatic io.vertx.ext.mongo.GridFsDownloadOptions.DEFAULT_REVISION:Ljava/lang/Integer;
            putfield io.vertx.ext.mongo.GridFsDownloadOptions.revision:Ljava/lang/Integer;
         2: .line 22
            return
        end local 0 // io.vertx.ext.mongo.GridFsDownloadOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/mongo/GridFsDownloadOptions;

  public void <init>(io.vertx.ext.mongo.GridFsDownloadOptions);
    descriptor: (Lio/vertx/ext/mongo/GridFsDownloadOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.GridFsDownloadOptions this
        start local 1 // io.vertx.ext.mongo.GridFsDownloadOptions options
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 16
            aload 0 /* this */
            getstatic io.vertx.ext.mongo.GridFsDownloadOptions.DEFAULT_REVISION:Ljava/lang/Integer;
            putfield io.vertx.ext.mongo.GridFsDownloadOptions.revision:Ljava/lang/Integer;
         2: .line 30
            aload 0 /* this */
            aload 1 /* options */
            getfield io.vertx.ext.mongo.GridFsDownloadOptions.revision:Ljava/lang/Integer;
            putfield io.vertx.ext.mongo.GridFsDownloadOptions.revision:Ljava/lang/Integer;
         3: .line 31
            return
        end local 1 // io.vertx.ext.mongo.GridFsDownloadOptions options
        end local 0 // io.vertx.ext.mongo.GridFsDownloadOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/mongo/GridFsDownloadOptions;
            0    4     1  options  Lio/vertx/ext/mongo/GridFsDownloadOptions;
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.GridFsDownloadOptions this
        start local 1 // io.vertx.core.json.JsonObject options
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 16
            aload 0 /* this */
            getstatic io.vertx.ext.mongo.GridFsDownloadOptions.DEFAULT_REVISION:Ljava/lang/Integer;
            putfield io.vertx.ext.mongo.GridFsDownloadOptions.revision:Ljava/lang/Integer;
         2: .line 39
            aload 0 /* this */
            aload 1 /* options */
            ldc "revision"
            invokevirtual io.vertx.core.json.JsonObject.getInteger:(Ljava/lang/String;)Ljava/lang/Integer;
            putfield io.vertx.ext.mongo.GridFsDownloadOptions.revision:Ljava/lang/Integer;
         3: .line 40
            return
        end local 1 // io.vertx.core.json.JsonObject options
        end local 0 // io.vertx.ext.mongo.GridFsDownloadOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/mongo/GridFsDownloadOptions;
            0    4     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=3, locals=2, args_size=1
        start local 0 // io.vertx.ext.mongo.GridFsDownloadOptions this
         0: .line 48
            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 49
            aload 0 /* this */
            getfield io.vertx.ext.mongo.GridFsDownloadOptions.revision:Ljava/lang/Integer;
            ifnull 3
         2: .line 50
            aload 1 /* json */
            ldc "revision"
            aload 0 /* this */
            getfield io.vertx.ext.mongo.GridFsDownloadOptions.revision:Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         3: .line 53
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.mongo.GridFsDownloadOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/mongo/GridFsDownloadOptions;
            1    4     1  json  Lio/vertx/core/json/JsonObject;

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

  public void setRevision(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.GridFsDownloadOptions this
        start local 1 // java.lang.Integer revision
         0: .line 61
            aload 0 /* this */
            aload 1 /* revision */
            putfield io.vertx.ext.mongo.GridFsDownloadOptions.revision:Ljava/lang/Integer;
         1: .line 62
            return
        end local 1 // java.lang.Integer revision
        end local 0 // io.vertx.ext.mongo.GridFsDownloadOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/ext/mongo/GridFsDownloadOptions;
            0    2     1  revision  Ljava/lang/Integer;
    MethodParameters:
          Name  Flags
      revision  
}
SourceFile: "GridFsDownloadOptions.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject()