public class io.vertx.ext.mongo.impl.MongoGridFsClientImpl implements io.vertx.ext.mongo.MongoGridFsClient
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.mongo.impl.MongoGridFsClientImpl
  super_class: java.lang.Object
{
  private final com.mongodb.reactivestreams.client.gridfs.GridFSBucket bucket;
    descriptor: Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.ext.mongo.impl.MongoClientImpl clientImpl;
    descriptor: Lio/vertx/ext/mongo/impl/MongoClientImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.impl.VertxInternal vertx;
    descriptor: Lio/vertx/core/impl/VertxInternal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.core.impl.VertxInternal, io.vertx.ext.mongo.impl.MongoClientImpl, com.mongodb.reactivestreams.client.gridfs.GridFSBucket);
    descriptor: (Lio/vertx/core/impl/VertxInternal;Lio/vertx/ext/mongo/impl/MongoClientImpl;Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.impl.VertxInternal vertx
        start local 2 // io.vertx.ext.mongo.impl.MongoClientImpl mongoClient
        start local 3 // com.mongodb.reactivestreams.client.gridfs.GridFSBucket gridFSBucket
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
         2: .line 44
            aload 0 /* this */
            aload 2 /* mongoClient */
            putfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.clientImpl:Lio/vertx/ext/mongo/impl/MongoClientImpl;
         3: .line 45
            aload 0 /* this */
            aload 3 /* gridFSBucket */
            putfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.bucket:Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
         4: .line 46
            return
        end local 3 // com.mongodb.reactivestreams.client.gridfs.GridFSBucket gridFSBucket
        end local 2 // io.vertx.ext.mongo.impl.MongoClientImpl mongoClient
        end local 1 // io.vertx.core.impl.VertxInternal vertx
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    5     1         vertx  Lio/vertx/core/impl/VertxInternal;
            0    5     2   mongoClient  Lio/vertx/ext/mongo/impl/MongoClientImpl;
            0    5     3  gridFSBucket  Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
    MethodParameters:
              Name  Flags
      vertx         
      mongoClient   
      gridFSBucket  

  public io.vertx.ext.mongo.MongoGridFsClient uploadByFileName(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.streams.ReadStream stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 50
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.uploadByFileName:(Lio/vertx/core/streams/ReadStream;Ljava/lang/String;)Lio/vertx/core/Future;
            astore 4 /* future */
        start local 4 // io.vertx.core.Future future
         1: .line 51
            aload 4 /* future */
            aload 3 /* resultHandler */
            invokestatic io.vertx.ext.mongo.impl.Utils.setHandler:(Lio/vertx/core/Future;Lio/vertx/core/Handler;)V
         2: .line 52
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Future future
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.core.streams.ReadStream stream
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1         stream  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
            0    3     2       fileName  Ljava/lang/String;
            0    3     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
            1    3     4         future  Lio/vertx/core/Future<Ljava/lang/String;>;
    Signature: (Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      stream         
      fileName       
      resultHandler  

  public io.vertx.core.Future<java.lang.String> uploadByFileName(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>, java.lang.String);
    descriptor: (Lio/vertx/core/streams/ReadStream;Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.streams.ReadStream stream
        start local 2 // java.lang.String fileName
         0: .line 57
            new io.vertx.ext.mongo.impl.GridFSReadStreamPublisher
            dup
            aload 1 /* stream */
            invokespecial io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.<init>:(Lio/vertx/core/streams/ReadStream;)V
            astore 3 /* publisher */
        start local 3 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher publisher
         1: .line 58
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 4 /* promise */
        start local 4 // io.vertx.core.Promise promise
         2: .line 59
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.bucket:Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
            aload 2 /* fileName */
            aload 3 /* publisher */
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSBucket.uploadFromPublisher:(Ljava/lang/String;Lorg/reactivestreams/Publisher;)Lcom/mongodb/reactivestreams/client/gridfs/GridFSUploadPublisher;
            new io.vertx.ext.mongo.impl.SingleResultSubscriber
            dup
            aload 4 /* promise */
            invokespecial io.vertx.ext.mongo.impl.SingleResultSubscriber.<init>:(Lio/vertx/core/Promise;)V
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSUploadPublisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         3: .line 60
            aload 4 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/bson/types/ObjectId.toHexString()Ljava/lang/String; (5)
                  (Lorg/bson/types/ObjectId;)Ljava/lang/String;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 4 // io.vertx.core.Promise promise
        end local 3 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher publisher
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.core.streams.ReadStream stream
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    4     1     stream  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
            0    4     2   fileName  Ljava/lang/String;
            1    4     3  publisher  Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;
            2    4     4    promise  Lio/vertx/core/Promise<Lorg/bson/types/ObjectId;>;
    Signature: (Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      stream    
      fileName  

  public io.vertx.ext.mongo.MongoGridFsClient uploadByFileNameWithOptions(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>, java.lang.String, io.vertx.ext.mongo.GridFsUploadOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.streams.ReadStream stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 65
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            aload 3 /* options */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.uploadByFileNameWithOptions:(Lio/vertx/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/vertx/core/Future;
            astore 5 /* future */
        start local 5 // io.vertx.core.Future future
         1: .line 66
            aload 5 /* future */
            aload 4 /* resultHandler */
            invokestatic io.vertx.ext.mongo.impl.Utils.setHandler:(Lio/vertx/core/Future;Lio/vertx/core/Handler;)V
         2: .line 67
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Future future
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.core.streams.ReadStream stream
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1         stream  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
            0    3     2       fileName  Ljava/lang/String;
            0    3     3        options  Lio/vertx/ext/mongo/GridFsUploadOptions;
            0    3     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
            1    3     5         future  Lio/vertx/core/Future<Ljava/lang/String;>;
    Signature: (Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      stream         
      fileName       
      options        
      resultHandler  

  public io.vertx.core.Future<java.lang.String> uploadByFileNameWithOptions(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>, java.lang.String, io.vertx.ext.mongo.GridFsUploadOptions);
    descriptor: (Lio/vertx/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.streams.ReadStream stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
         0: .line 72
            new com.mongodb.client.gridfs.model.GridFSUploadOptions
            dup
            invokespecial com.mongodb.client.gridfs.model.GridFSUploadOptions.<init>:()V
            astore 4 /* uploadOptions */
        start local 4 // com.mongodb.client.gridfs.model.GridFSUploadOptions uploadOptions
         1: .line 73
            aload 4 /* uploadOptions */
            aload 3 /* options */
            invokevirtual io.vertx.ext.mongo.GridFsUploadOptions.getChunkSizeBytes:()Ljava/lang/Integer;
            invokevirtual com.mongodb.client.gridfs.model.GridFSUploadOptions.chunkSizeBytes:(Ljava/lang/Integer;)Lcom/mongodb/client/gridfs/model/GridFSUploadOptions;
            pop
         2: .line 74
            aload 3 /* options */
            invokevirtual io.vertx.ext.mongo.GridFsUploadOptions.getMetadata:()Lio/vertx/core/json/JsonObject;
            ifnull 3
            aload 4 /* uploadOptions */
            new org.bson.Document
            dup
            aload 3 /* options */
            invokevirtual io.vertx.ext.mongo.GridFsUploadOptions.getMetadata:()Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.getMap:()Ljava/util/Map;
            invokespecial org.bson.Document.<init>:(Ljava/util/Map;)V
            invokevirtual com.mongodb.client.gridfs.model.GridFSUploadOptions.metadata:(Lorg/bson/Document;)Lcom/mongodb/client/gridfs/model/GridFSUploadOptions;
            pop
         3: .line 76
      StackMap locals: com.mongodb.client.gridfs.model.GridFSUploadOptions
      StackMap stack:
            new io.vertx.ext.mongo.impl.GridFSReadStreamPublisher
            dup
            aload 1 /* stream */
            invokespecial io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.<init>:(Lio/vertx/core/streams/ReadStream;)V
            astore 5 /* publisher */
        start local 5 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher publisher
         4: .line 77
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 6 /* promise */
        start local 6 // io.vertx.core.Promise promise
         5: .line 78
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.bucket:Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
            aload 2 /* fileName */
            aload 5 /* publisher */
            aload 4 /* uploadOptions */
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSBucket.uploadFromPublisher:(Ljava/lang/String;Lorg/reactivestreams/Publisher;Lcom/mongodb/client/gridfs/model/GridFSUploadOptions;)Lcom/mongodb/reactivestreams/client/gridfs/GridFSUploadPublisher;
            new io.vertx.ext.mongo.impl.SingleResultSubscriber
            dup
            aload 6 /* promise */
            invokespecial io.vertx.ext.mongo.impl.SingleResultSubscriber.<init>:(Lio/vertx/core/Promise;)V
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSUploadPublisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         6: .line 79
            aload 6 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/bson/types/ObjectId.toHexString()Ljava/lang/String; (5)
                  (Lorg/bson/types/ObjectId;)Ljava/lang/String;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 6 // io.vertx.core.Promise promise
        end local 5 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher publisher
        end local 4 // com.mongodb.client.gridfs.model.GridFSUploadOptions uploadOptions
        end local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.core.streams.ReadStream stream
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    7     1         stream  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
            0    7     2       fileName  Ljava/lang/String;
            0    7     3        options  Lio/vertx/ext/mongo/GridFsUploadOptions;
            1    7     4  uploadOptions  Lcom/mongodb/client/gridfs/model/GridFSUploadOptions;
            4    7     5      publisher  Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;
            5    7     6        promise  Lio/vertx/core/Promise<Lorg/bson/types/ObjectId;>;
    Signature: (Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/vertx/core/Future<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      stream    
      fileName  
      options   

  public io.vertx.ext.mongo.MongoGridFsClient uploadFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // java.lang.String fileName
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 84
            aload 0 /* this */
            aload 1 /* fileName */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.uploadFile:(Ljava/lang/String;)Lio/vertx/core/Future;
            astore 3 /* future */
        start local 3 // io.vertx.core.Future future
         1: .line 85
            aload 3 /* future */
            aload 2 /* resultHandler */
            invokestatic io.vertx.ext.mongo.impl.Utils.setHandler:(Lio/vertx/core/Future;Lio/vertx/core/Handler;)V
         2: .line 86
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Future future
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1       fileName  Ljava/lang/String;
            0    3     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
            1    3     3         future  Lio/vertx/core/Future<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      fileName       
      resultHandler  

  public io.vertx.core.Future<java.lang.String> uploadFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // java.lang.String fileName
         0: .line 91
            aload 1 /* fileName */
            ldc "fileName cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 92
            aload 0 /* this */
            aload 1 /* fileName */
            aconst_null
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.uploadFileWithOptions:(Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/vertx/core/Future;
            areturn
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    2     1  fileName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      fileName  

  public io.vertx.ext.mongo.MongoGridFsClient uploadFileWithOptions(java.lang.String, io.vertx.ext.mongo.GridFsUploadOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // java.lang.String fileName
        start local 2 // io.vertx.ext.mongo.GridFsUploadOptions options
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 97
            aload 0 /* this */
            aload 1 /* fileName */
            aload 2 /* options */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.uploadFileWithOptions:(Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/vertx/core/Future;
            astore 4 /* future */
        start local 4 // io.vertx.core.Future future
         1: .line 98
            aload 4 /* future */
            aload 3 /* resultHandler */
            invokestatic io.vertx.ext.mongo.impl.Utils.setHandler:(Lio/vertx/core/Future;Lio/vertx/core/Handler;)V
         2: .line 99
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Future future
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.ext.mongo.GridFsUploadOptions options
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1       fileName  Ljava/lang/String;
            0    3     2        options  Lio/vertx/ext/mongo/GridFsUploadOptions;
            0    3     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
            1    3     4         future  Lio/vertx/core/Future<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      fileName       
      options        
      resultHandler  

  public io.vertx.core.Future<java.lang.String> uploadFileWithOptions(java.lang.String, io.vertx.ext.mongo.GridFsUploadOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // java.lang.String fileName
        start local 2 // io.vertx.ext.mongo.GridFsUploadOptions options
         0: .line 104
            aload 1 /* fileName */
            ldc "fileName cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 106
            new io.vertx.core.file.OpenOptions
            dup
            invokespecial io.vertx.core.file.OpenOptions.<init>:()V
            iconst_1
            invokevirtual io.vertx.core.file.OpenOptions.setRead:(Z)Lio/vertx/core/file/OpenOptions;
            astore 3 /* openOptions */
        start local 3 // io.vertx.core.file.OpenOptions openOptions
         2: .line 108
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.fileSystem:()Lio/vertx/core/file/FileSystem;
            aload 1 /* fileName */
            aload 3 /* openOptions */
            invokeinterface io.vertx.core.file.FileSystem.open:(Ljava/lang/String;Lio/vertx/core/file/OpenOptions;)Lio/vertx/core/Future;
         3: .line 109
            aload 0 /* this */
            aload 2 /* options */
            aload 1 /* fileName */
            invokedynamic apply(Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;Lio/vertx/ext/mongo/GridFsUploadOptions;Ljava/lang/String;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/mongo/impl/MongoGridFsClientImpl.lambda$2(Lio/vertx/ext/mongo/GridFsUploadOptions;Ljava/lang/String;Lio/vertx/core/file/AsyncFile;)Lio/vertx/core/Future; (7)
                  (Lio/vertx/core/file/AsyncFile;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.flatMap:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         4: .line 108
            areturn
        end local 3 // io.vertx.core.file.OpenOptions openOptions
        end local 2 // io.vertx.ext.mongo.GridFsUploadOptions options
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    5     1     fileName  Ljava/lang/String;
            0    5     2      options  Lio/vertx/ext/mongo/GridFsUploadOptions;
            2    5     3  openOptions  Lio/vertx/core/file/OpenOptions;
    Signature: (Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/vertx/core/Future<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      fileName  
      options   

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
         0: .line 128
            return
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;

  public io.vertx.ext.mongo.MongoGridFsClient delete(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 132
            aload 0 /* this */
            aload 1 /* id */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.delete:(Ljava/lang/String;)Lio/vertx/core/Future;
            astore 3 /* future */
        start local 3 // io.vertx.core.Future future
         1: .line 133
            aload 3 /* future */
            aload 2 /* resultHandler */
            invokestatic io.vertx.ext.mongo.impl.Utils.setHandler:(Lio/vertx/core/Future;Lio/vertx/core/Handler;)V
         2: .line 134
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Future future
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1             id  Ljava/lang/String;
            0    3     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    3     3         future  Lio/vertx/core/Future<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public io.vertx.core.Future<java.lang.Void> delete(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // java.lang.String id
         0: .line 139
            aload 1 /* id */
            ldc "id cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 141
            new org.bson.types.ObjectId
            dup
            aload 1 /* id */
            invokespecial org.bson.types.ObjectId.<init>:(Ljava/lang/String;)V
            astore 2 /* objectId */
        start local 2 // org.bson.types.ObjectId objectId
         2: .line 142
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 3 /* promise */
        start local 3 // io.vertx.core.Promise promise
         3: .line 143
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.bucket:Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
            aload 2 /* objectId */
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSBucket.delete:(Lorg/bson/types/ObjectId;)Lorg/reactivestreams/Publisher;
            new io.vertx.ext.mongo.impl.CompletionSubscriber
            dup
            aload 3 /* promise */
            invokespecial io.vertx.ext.mongo.impl.CompletionSubscriber.<init>:(Lio/vertx/core/Promise;)V
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         4: .line 144
            aload 3 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 3 // io.vertx.core.Promise promise
        end local 2 // org.bson.types.ObjectId objectId
        end local 1 // java.lang.String id
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    5     1        id  Ljava/lang/String;
            2    5     2  objectId  Lorg/bson/types/ObjectId;
            3    5     3   promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.ext.mongo.MongoGridFsClient downloadByFileName(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.streams.WriteStream stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 149
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.downloadByFileName:(Lio/vertx/core/streams/WriteStream;Ljava/lang/String;)Lio/vertx/core/Future;
            astore 4 /* future */
        start local 4 // io.vertx.core.Future future
         1: .line 150
            aload 4 /* future */
            aload 3 /* resultHandler */
            invokestatic io.vertx.ext.mongo.impl.Utils.setHandler:(Lio/vertx/core/Future;Lio/vertx/core/Handler;)V
         2: .line 151
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Future future
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.core.streams.WriteStream stream
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1         stream  Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
            0    3     2       fileName  Ljava/lang/String;
            0    3     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
            1    3     4         future  Lio/vertx/core/Future<Ljava/lang/Long;>;
    Signature: (Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      stream         
      fileName       
      resultHandler  

  public io.vertx.core.Future<java.lang.Long> downloadByFileName(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>, java.lang.String);
    descriptor: (Lio/vertx/core/streams/WriteStream;Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.streams.WriteStream stream
        start local 2 // java.lang.String fileName
         0: .line 156
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.bucket:Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
            aload 2 /* fileName */
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSBucket.downloadToPublisher:(Ljava/lang/String;)Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;
            astore 3 /* publisher */
        start local 3 // com.mongodb.reactivestreams.client.gridfs.GridFSDownloadPublisher publisher
         1: .line 157
            aload 0 /* this */
            aload 3 /* publisher */
            aload 1 /* stream */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.handleDownload:(Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;Lio/vertx/core/streams/WriteStream;)Lio/vertx/core/Future;
            areturn
        end local 3 // com.mongodb.reactivestreams.client.gridfs.GridFSDownloadPublisher publisher
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.core.streams.WriteStream stream
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    2     1     stream  Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
            0    2     2   fileName  Ljava/lang/String;
            1    2     3  publisher  Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;
    Signature: (Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Long;>;
    MethodParameters:
          Name  Flags
      stream    
      fileName  

  public io.vertx.ext.mongo.MongoGridFsClient downloadByFileNameWithOptions(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>, java.lang.String, io.vertx.ext.mongo.GridFsDownloadOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.streams.WriteStream stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.ext.mongo.GridFsDownloadOptions options
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 162
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            aload 3 /* options */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.downloadByFileNameWithOptions:(Lio/vertx/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;)Lio/vertx/core/Future;
            astore 5 /* future */
        start local 5 // io.vertx.core.Future future
         1: .line 163
            aload 5 /* future */
            aload 4 /* resultHandler */
            invokestatic io.vertx.ext.mongo.impl.Utils.setHandler:(Lio/vertx/core/Future;Lio/vertx/core/Handler;)V
         2: .line 164
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Future future
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.mongo.GridFsDownloadOptions options
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.core.streams.WriteStream stream
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1         stream  Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
            0    3     2       fileName  Ljava/lang/String;
            0    3     3        options  Lio/vertx/ext/mongo/GridFsDownloadOptions;
            0    3     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
            1    3     5         future  Lio/vertx/core/Future<Ljava/lang/Long;>;
    Signature: (Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      stream         
      fileName       
      options        
      resultHandler  

  public io.vertx.core.Future<java.lang.Long> downloadByFileNameWithOptions(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>, java.lang.String, io.vertx.ext.mongo.GridFsDownloadOptions);
    descriptor: (Lio/vertx/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.streams.WriteStream stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.ext.mongo.GridFsDownloadOptions options
         0: .line 169
            new com.mongodb.client.gridfs.model.GridFSDownloadOptions
            dup
            invokespecial com.mongodb.client.gridfs.model.GridFSDownloadOptions.<init>:()V
            astore 4 /* downloadOptions */
        start local 4 // com.mongodb.client.gridfs.model.GridFSDownloadOptions downloadOptions
         1: .line 170
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.bucket:Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
            aload 2 /* fileName */
            aload 4 /* downloadOptions */
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSBucket.downloadToPublisher:(Ljava/lang/String;Lcom/mongodb/client/gridfs/model/GridFSDownloadOptions;)Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;
            astore 5 /* publisher */
        start local 5 // com.mongodb.reactivestreams.client.gridfs.GridFSDownloadPublisher publisher
         2: .line 171
            aload 0 /* this */
            aload 5 /* publisher */
            aload 1 /* stream */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.handleDownload:(Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;Lio/vertx/core/streams/WriteStream;)Lio/vertx/core/Future;
            areturn
        end local 5 // com.mongodb.reactivestreams.client.gridfs.GridFSDownloadPublisher publisher
        end local 4 // com.mongodb.client.gridfs.model.GridFSDownloadOptions downloadOptions
        end local 3 // io.vertx.ext.mongo.GridFsDownloadOptions options
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.core.streams.WriteStream stream
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1           stream  Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
            0    3     2         fileName  Ljava/lang/String;
            0    3     3          options  Lio/vertx/ext/mongo/GridFsDownloadOptions;
            1    3     4  downloadOptions  Lcom/mongodb/client/gridfs/model/GridFSDownloadOptions;
            2    3     5        publisher  Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;
    Signature: (Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;)Lio/vertx/core/Future<Ljava/lang/Long;>;
    MethodParameters:
          Name  Flags
      stream    
      fileName  
      options   

  public io.vertx.ext.mongo.MongoGridFsClient downloadById(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.streams.WriteStream stream
        start local 2 // java.lang.String id
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 176
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* id */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.downloadById:(Lio/vertx/core/streams/WriteStream;Ljava/lang/String;)Lio/vertx/core/Future;
            astore 4 /* future */
        start local 4 // io.vertx.core.Future future
         1: .line 177
            aload 4 /* future */
            aload 3 /* resultHandler */
            invokestatic io.vertx.ext.mongo.impl.Utils.setHandler:(Lio/vertx/core/Future;Lio/vertx/core/Handler;)V
         2: .line 178
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Future future
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String id
        end local 1 // io.vertx.core.streams.WriteStream stream
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1         stream  Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
            0    3     2             id  Ljava/lang/String;
            0    3     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
            1    3     4         future  Lio/vertx/core/Future<Ljava/lang/Long;>;
    Signature: (Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      stream         
      id             
      resultHandler  

  public io.vertx.core.Future<java.lang.Long> downloadById(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>, java.lang.String);
    descriptor: (Lio/vertx/core/streams/WriteStream;Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.streams.WriteStream stream
        start local 2 // java.lang.String id
         0: .line 183
            new org.bson.types.ObjectId
            dup
            aload 2 /* id */
            invokespecial org.bson.types.ObjectId.<init>:(Ljava/lang/String;)V
            astore 3 /* objectId */
        start local 3 // org.bson.types.ObjectId objectId
         1: .line 184
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.bucket:Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
            aload 3 /* objectId */
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSBucket.downloadToPublisher:(Lorg/bson/types/ObjectId;)Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;
            astore 4 /* publisher */
        start local 4 // com.mongodb.reactivestreams.client.gridfs.GridFSDownloadPublisher publisher
         2: .line 185
            aload 0 /* this */
            aload 4 /* publisher */
            aload 1 /* stream */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.handleDownload:(Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;Lio/vertx/core/streams/WriteStream;)Lio/vertx/core/Future;
            areturn
        end local 4 // com.mongodb.reactivestreams.client.gridfs.GridFSDownloadPublisher publisher
        end local 3 // org.bson.types.ObjectId objectId
        end local 2 // java.lang.String id
        end local 1 // io.vertx.core.streams.WriteStream stream
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1     stream  Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
            0    3     2         id  Ljava/lang/String;
            1    3     3   objectId  Lorg/bson/types/ObjectId;
            2    3     4  publisher  Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;
    Signature: (Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Long;>;
    MethodParameters:
        Name  Flags
      stream  
      id      

  public io.vertx.ext.mongo.MongoGridFsClient downloadFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // java.lang.String fileName
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 190
            aload 0 /* this */
            aload 1 /* fileName */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.downloadFile:(Ljava/lang/String;)Lio/vertx/core/Future;
            astore 3 /* future */
        start local 3 // io.vertx.core.Future future
         1: .line 191
            aload 3 /* future */
            aload 2 /* resultHandler */
            invokestatic io.vertx.ext.mongo.impl.Utils.setHandler:(Lio/vertx/core/Future;Lio/vertx/core/Handler;)V
         2: .line 192
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Future future
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1       fileName  Ljava/lang/String;
            0    3     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
            1    3     3         future  Lio/vertx/core/Future<Ljava/lang/Long;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      fileName       
      resultHandler  

  public io.vertx.core.Future<java.lang.Long> downloadFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // java.lang.String fileName
         0: .line 197
            aload 1 /* fileName */
            ldc "fileName cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 199
            aload 0 /* this */
            aload 1 /* fileName */
            aload 1 /* fileName */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.downloadFileAs:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    2     1  fileName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Long;>;
    MethodParameters:
          Name  Flags
      fileName  

  public io.vertx.ext.mongo.MongoGridFsClient downloadFileAs(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // java.lang.String fileName
        start local 2 // java.lang.String newFileName
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 204
            aload 0 /* this */
            aload 1 /* fileName */
            aload 2 /* newFileName */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.downloadFileAs:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
            astore 4 /* future */
        start local 4 // io.vertx.core.Future future
         1: .line 205
            aload 4 /* future */
            aload 3 /* resultHandler */
            invokestatic io.vertx.ext.mongo.impl.Utils.setHandler:(Lio/vertx/core/Future;Lio/vertx/core/Handler;)V
         2: .line 206
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Future future
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String newFileName
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1       fileName  Ljava/lang/String;
            0    3     2    newFileName  Ljava/lang/String;
            0    3     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
            1    3     4         future  Lio/vertx/core/Future<Ljava/lang/Long;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      fileName       
      newFileName    
      resultHandler  

  public io.vertx.core.Future<java.lang.Long> downloadFileAs(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // java.lang.String fileName
        start local 2 // java.lang.String newFileName
         0: .line 211
            aload 1 /* fileName */
            ldc "fileName cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 212
            aload 2 /* newFileName */
            ldc "newFileName cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 214
            new io.vertx.core.file.OpenOptions
            dup
            invokespecial io.vertx.core.file.OpenOptions.<init>:()V
            iconst_1
            invokevirtual io.vertx.core.file.OpenOptions.setWrite:(Z)Lio/vertx/core/file/OpenOptions;
            astore 3 /* options */
        start local 3 // io.vertx.core.file.OpenOptions options
         3: .line 216
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.fileSystem:()Lio/vertx/core/file/FileSystem;
            aload 2 /* newFileName */
            aload 3 /* options */
            invokeinterface io.vertx.core.file.FileSystem.open:(Ljava/lang/String;Lio/vertx/core/file/OpenOptions;)Lio/vertx/core/Future;
         4: .line 217
            aload 0 /* this */
            aload 1 /* fileName */
            invokedynamic apply(Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;Ljava/lang/String;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/mongo/impl/MongoGridFsClientImpl.lambda$4(Ljava/lang/String;Lio/vertx/core/file/AsyncFile;)Lio/vertx/core/Future; (7)
                  (Lio/vertx/core/file/AsyncFile;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.flatMap:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         5: .line 216
            areturn
        end local 3 // io.vertx.core.file.OpenOptions options
        end local 2 // java.lang.String newFileName
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    6     1     fileName  Ljava/lang/String;
            0    6     2  newFileName  Ljava/lang/String;
            3    6     3      options  Lio/vertx/core/file/OpenOptions;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Long;>;
    MethodParameters:
             Name  Flags
      fileName     
      newFileName  

  public io.vertx.ext.mongo.MongoGridFsClient downloadFileByID(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // java.lang.String id
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 225
            aload 0 /* this */
            aload 1 /* id */
            aload 2 /* fileName */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.downloadFileByID:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
            astore 4 /* future */
        start local 4 // io.vertx.core.Future future
         1: .line 226
            aload 4 /* future */
            aload 3 /* resultHandler */
            invokestatic io.vertx.ext.mongo.impl.Utils.setHandler:(Lio/vertx/core/Future;Lio/vertx/core/Handler;)V
         2: .line 227
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Future future
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String fileName
        end local 1 // java.lang.String id
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1             id  Ljava/lang/String;
            0    3     2       fileName  Ljava/lang/String;
            0    3     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
            1    3     4         future  Lio/vertx/core/Future<Ljava/lang/Long;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      id             
      fileName       
      resultHandler  

  public io.vertx.core.Future<java.lang.Long> downloadFileByID(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // java.lang.String id
        start local 2 // java.lang.String fileName
         0: .line 232
            aload 2 /* fileName */
            ldc "fileName cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 234
            new io.vertx.core.file.OpenOptions
            dup
            invokespecial io.vertx.core.file.OpenOptions.<init>:()V
            iconst_1
            invokevirtual io.vertx.core.file.OpenOptions.setWrite:(Z)Lio/vertx/core/file/OpenOptions;
            astore 3 /* options */
        start local 3 // io.vertx.core.file.OpenOptions options
         2: .line 236
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.fileSystem:()Lio/vertx/core/file/FileSystem;
            aload 2 /* fileName */
            aload 3 /* options */
            invokeinterface io.vertx.core.file.FileSystem.open:(Ljava/lang/String;Lio/vertx/core/file/OpenOptions;)Lio/vertx/core/Future;
         3: .line 237
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic apply(Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;Ljava/lang/String;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/mongo/impl/MongoGridFsClientImpl.lambda$5(Ljava/lang/String;Lio/vertx/core/file/AsyncFile;)Lio/vertx/core/Future; (7)
                  (Lio/vertx/core/file/AsyncFile;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.flatMap:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         4: .line 236
            areturn
        end local 3 // io.vertx.core.file.OpenOptions options
        end local 2 // java.lang.String fileName
        end local 1 // java.lang.String id
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    5     1        id  Ljava/lang/String;
            0    5     2  fileName  Ljava/lang/String;
            2    5     3   options  Lio/vertx/core/file/OpenOptions;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Long;>;
    MethodParameters:
          Name  Flags
      id        
      fileName  

  public io.vertx.ext.mongo.MongoGridFsClient drop(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 246
            aload 0 /* this */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.drop:()Lio/vertx/core/Future;
            astore 2 /* future */
        start local 2 // io.vertx.core.Future future
         1: .line 247
            aload 2 /* future */
            aload 1 /* resultHandler */
            invokestatic io.vertx.ext.mongo.impl.Utils.setHandler:(Lio/vertx/core/Future;Lio/vertx/core/Handler;)V
         2: .line 248
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Future future
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    3     2         future  Lio/vertx/core/Future<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.core.Future<java.lang.Void> drop();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
         0: .line 253
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 1 /* promise */
        start local 1 // io.vertx.core.Promise promise
         1: .line 254
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.bucket:Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSBucket.drop:()Lorg/reactivestreams/Publisher;
            new io.vertx.ext.mongo.impl.CompletionSubscriber
            dup
            aload 1 /* promise */
            invokespecial io.vertx.ext.mongo.impl.CompletionSubscriber.<init>:(Lio/vertx/core/Promise;)V
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         2: .line 255
            aload 1 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.core.Promise promise
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            1    3     1  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  public io.vertx.ext.mongo.MongoGridFsClient findAllIds(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 260
            aload 0 /* this */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.findAllIds:()Lio/vertx/core/Future;
            astore 2 /* future */
        start local 2 // io.vertx.core.Future future
         1: .line 261
            aload 2 /* future */
            aload 1 /* resultHandler */
            invokestatic io.vertx.ext.mongo.impl.Utils.setHandler:(Lio/vertx/core/Future;Lio/vertx/core/Handler;)V
         2: .line 262
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Future future
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;
            1    3     2         future  Lio/vertx/core/Future<Ljava/util/List<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;)Lio/vertx/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.core.Future<java.util.List<java.lang.String>> findAllIds();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
         0: .line 267
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 1 /* promise */
        start local 1 // io.vertx.core.Promise promise
         1: .line 268
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.bucket:Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSBucket.find:()Lcom/mongodb/reactivestreams/client/gridfs/GridFSFindPublisher;
            new io.vertx.ext.mongo.impl.MappingAndBufferingSubscriber
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/mongo/impl/MongoGridFsClientImpl.lambda$6(Lcom/mongodb/client/gridfs/model/GridFSFile;)Ljava/lang/String; (6)
                  (Lcom/mongodb/client/gridfs/model/GridFSFile;)Ljava/lang/String;
            aload 1 /* promise */
            invokespecial io.vertx.ext.mongo.impl.MappingAndBufferingSubscriber.<init>:(Ljava/util/function/Function;Lio/vertx/core/Promise;)V
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSFindPublisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         2: .line 269
            aload 1 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.core.Promise promise
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            1    3     1  promise  Lio/vertx/core/Promise<Ljava/util/List<Ljava/lang/String;>;>;
    Signature: ()Lio/vertx/core/Future<Ljava/util/List<Ljava/lang/String;>;>;

  public io.vertx.ext.mongo.MongoGridFsClient findIds(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>);
    descriptor: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.json.JsonObject query
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 274
            aload 0 /* this */
            aload 1 /* query */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.findIds:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
            astore 3 /* future */
        start local 3 // io.vertx.core.Future future
         1: .line 275
            aload 3 /* future */
            aload 2 /* resultHandler */
            invokestatic io.vertx.ext.mongo.impl.Utils.setHandler:(Lio/vertx/core/Future;Lio/vertx/core/Handler;)V
         2: .line 276
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Future future
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.core.json.JsonObject query
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     1          query  Lio/vertx/core/json/JsonObject;
            0    3     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;
            1    3     3         future  Lio/vertx/core/Future<Ljava/util/List<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;)Lio/vertx/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      query          
      resultHandler  

  public io.vertx.core.Future<java.util.List<java.lang.String>> findIds(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // io.vertx.core.json.JsonObject query
         0: .line 281
            aload 1 /* query */
            ldc "query cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 283
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.clientImpl:Lio/vertx/ext/mongo/impl/MongoClientImpl;
            aload 1 /* query */
            invokevirtual io.vertx.ext.mongo.impl.MongoClientImpl.encodeKeyWhenUseObjectId:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            astore 2 /* encodedQuery */
        start local 2 // io.vertx.core.json.JsonObject encodedQuery
         2: .line 285
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.clientImpl:Lio/vertx/ext/mongo/impl/MongoClientImpl;
            aload 2 /* encodedQuery */
            invokevirtual io.vertx.ext.mongo.impl.MongoClientImpl.wrap:(Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/mongo/impl/JsonObjectBsonAdapter;
            astore 3 /* bquery */
        start local 3 // org.bson.conversions.Bson bquery
         3: .line 286
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 4 /* promise */
        start local 4 // io.vertx.core.Promise promise
         4: .line 287
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.bucket:Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
            aload 3 /* bquery */
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSBucket.find:(Lorg/bson/conversions/Bson;)Lcom/mongodb/reactivestreams/client/gridfs/GridFSFindPublisher;
            new io.vertx.ext.mongo.impl.MappingAndBufferingSubscriber
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/mongo/impl/MongoGridFsClientImpl.lambda$7(Lcom/mongodb/client/gridfs/model/GridFSFile;)Ljava/lang/String; (6)
                  (Lcom/mongodb/client/gridfs/model/GridFSFile;)Ljava/lang/String;
            aload 4 /* promise */
            invokespecial io.vertx.ext.mongo.impl.MappingAndBufferingSubscriber.<init>:(Ljava/util/function/Function;Lio/vertx/core/Promise;)V
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSFindPublisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         5: .line 288
            aload 4 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 4 // io.vertx.core.Promise promise
        end local 3 // org.bson.conversions.Bson bquery
        end local 2 // io.vertx.core.json.JsonObject encodedQuery
        end local 1 // io.vertx.core.json.JsonObject query
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    6     1         query  Lio/vertx/core/json/JsonObject;
            2    6     2  encodedQuery  Lio/vertx/core/json/JsonObject;
            3    6     3        bquery  Lorg/bson/conversions/Bson;
            4    6     4       promise  Lio/vertx/core/Promise<Ljava/util/List<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future<Ljava/util/List<Ljava/lang/String;>;>;
    MethodParameters:
       Name  Flags
      query  

  private io.vertx.core.Future<java.lang.Long> handleDownload(com.mongodb.reactivestreams.client.gridfs.GridFSDownloadPublisher, io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>);
    descriptor: (Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;Lio/vertx/core/streams/WriteStream;)Lio/vertx/core/Future;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 1 // com.mongodb.reactivestreams.client.gridfs.GridFSDownloadPublisher publisher
        start local 2 // io.vertx.core.streams.WriteStream stream
         0: .line 292
            new io.vertx.ext.mongo.impl.PublisherAdapter
            dup
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.getOrCreateContext:()Lio/vertx/core/impl/ContextInternal;
            aload 1 /* publisher */
            bipush 16
            invokespecial io.vertx.ext.mongo.impl.PublisherAdapter.<init>:(Lio/vertx/core/impl/ContextInternal;Lorg/reactivestreams/Publisher;I)V
            astore 3 /* adapter */
        start local 3 // io.vertx.core.streams.ReadStream adapter
         1: .line 293
            new io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer
            dup
            invokespecial io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer.<init>:()V
            astore 4 /* mapper */
        start local 4 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer mapper
         2: .line 294
            new io.vertx.ext.mongo.impl.MappingStream
            dup
            aload 3 /* adapter */
            aload 4 /* mapper */
            invokespecial io.vertx.ext.mongo.impl.MappingStream.<init>:(Lio/vertx/core/streams/ReadStream;Ljava/util/function/Function;)V
            astore 5 /* rs */
        start local 5 // io.vertx.ext.mongo.impl.MappingStream rs
         3: .line 295
            aload 5 /* rs */
            aload 2 /* stream */
            invokevirtual io.vertx.ext.mongo.impl.MappingStream.pipeTo:(Lio/vertx/core/streams/WriteStream;)Lio/vertx/core/Future;
            aload 4 /* mapper */
            invokedynamic apply(Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl$MapAndCountBuffer;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/mongo/impl/MongoGridFsClientImpl.lambda$8(Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl$MapAndCountBuffer;Ljava/lang/Void;)Ljava/lang/Long; (6)
                  (Ljava/lang/Void;)Ljava/lang/Long;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 5 // io.vertx.ext.mongo.impl.MappingStream rs
        end local 4 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer mapper
        end local 3 // io.vertx.core.streams.ReadStream adapter
        end local 2 // io.vertx.core.streams.WriteStream stream
        end local 1 // com.mongodb.reactivestreams.client.gridfs.GridFSDownloadPublisher publisher
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    4     1  publisher  Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;
            0    4     2     stream  Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
            1    4     3    adapter  Lio/vertx/core/streams/ReadStream<Ljava/nio/ByteBuffer;>;
            2    4     4     mapper  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl$MapAndCountBuffer;
            3    4     5         rs  Lio/vertx/ext/mongo/impl/MappingStream<Ljava/nio/ByteBuffer;Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/Future<Ljava/lang/Long;>;
    MethodParameters:
           Name  Flags
      publisher  
      stream     

  private io.vertx.core.Future lambda$2(io.vertx.ext.mongo.GridFsUploadOptions, java.lang.String, io.vertx.core.file.AsyncFile);
    descriptor: (Lio/vertx/ext/mongo/GridFsUploadOptions;Ljava/lang/String;Lio/vertx/core/file/AsyncFile;)Lio/vertx/core/Future;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 3 // io.vertx.core.file.AsyncFile file
         0: .line 110
            new io.vertx.ext.mongo.impl.GridFSReadStreamPublisher
            dup
            aload 3 /* file */
            invokespecial io.vertx.ext.mongo.impl.GridFSReadStreamPublisher.<init>:(Lio/vertx/core/streams/ReadStream;)V
            astore 4 /* publisher */
        start local 4 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher publisher
         1: .line 111
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 5 /* promise */
        start local 5 // io.vertx.core.Promise promise
         2: .line 112
            aload 1
            ifnonnull 5
         3: .line 113
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.bucket:Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
            aload 2
            aload 4 /* publisher */
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSBucket.uploadFromPublisher:(Ljava/lang/String;Lorg/reactivestreams/Publisher;)Lcom/mongodb/reactivestreams/client/gridfs/GridFSUploadPublisher;
            new io.vertx.ext.mongo.impl.SingleResultSubscriber
            dup
            aload 5 /* promise */
            invokespecial io.vertx.ext.mongo.impl.SingleResultSubscriber.<init>:(Lio/vertx/core/Promise;)V
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSUploadPublisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         4: .line 114
            goto 10
         5: .line 115
      StackMap locals: io.vertx.ext.mongo.impl.GridFSReadStreamPublisher io.vertx.core.Promise
      StackMap stack:
            new com.mongodb.client.gridfs.model.GridFSUploadOptions
            dup
            invokespecial com.mongodb.client.gridfs.model.GridFSUploadOptions.<init>:()V
            astore 6 /* uploadOptions */
        start local 6 // com.mongodb.client.gridfs.model.GridFSUploadOptions uploadOptions
         6: .line 116
            aload 6 /* uploadOptions */
            aload 1
            invokevirtual io.vertx.ext.mongo.GridFsUploadOptions.getChunkSizeBytes:()Ljava/lang/Integer;
            invokevirtual com.mongodb.client.gridfs.model.GridFSUploadOptions.chunkSizeBytes:(Ljava/lang/Integer;)Lcom/mongodb/client/gridfs/model/GridFSUploadOptions;
            pop
         7: .line 117
            aload 1
            invokevirtual io.vertx.ext.mongo.GridFsUploadOptions.getMetadata:()Lio/vertx/core/json/JsonObject;
            ifnull 9
         8: .line 118
            aload 6 /* uploadOptions */
            new org.bson.Document
            dup
            aload 1
            invokevirtual io.vertx.ext.mongo.GridFsUploadOptions.getMetadata:()Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.getMap:()Ljava/util/Map;
            invokespecial org.bson.Document.<init>:(Ljava/util/Map;)V
            invokevirtual com.mongodb.client.gridfs.model.GridFSUploadOptions.metadata:(Lorg/bson/Document;)Lcom/mongodb/client/gridfs/model/GridFSUploadOptions;
            pop
         9: .line 120
      StackMap locals: com.mongodb.client.gridfs.model.GridFSUploadOptions
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.bucket:Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
            aload 2
            aload 4 /* publisher */
            aload 6 /* uploadOptions */
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSBucket.uploadFromPublisher:(Ljava/lang/String;Lorg/reactivestreams/Publisher;Lcom/mongodb/client/gridfs/model/GridFSUploadOptions;)Lcom/mongodb/reactivestreams/client/gridfs/GridFSUploadPublisher;
            new io.vertx.ext.mongo.impl.SingleResultSubscriber
            dup
            aload 5 /* promise */
            invokespecial io.vertx.ext.mongo.impl.SingleResultSubscriber.<init>:(Lio/vertx/core/Promise;)V
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSUploadPublisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
        end local 6 // com.mongodb.client.gridfs.model.GridFSUploadOptions uploadOptions
        10: .line 122
      StackMap locals:
      StackMap stack:
            aload 5 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/bson/types/ObjectId.toHexString()Ljava/lang/String; (5)
                  (Lorg/bson/types/ObjectId;)Ljava/lang/String;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 5 // io.vertx.core.Promise promise
        end local 4 // io.vertx.ext.mongo.impl.GridFSReadStreamPublisher publisher
        end local 3 // io.vertx.core.file.AsyncFile file
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0   11     3           file  Lio/vertx/core/file/AsyncFile;
            1   11     4      publisher  Lio/vertx/ext/mongo/impl/GridFSReadStreamPublisher;
            2   11     5        promise  Lio/vertx/core/Promise<Lorg/bson/types/ObjectId;>;
            6   10     6  uploadOptions  Lcom/mongodb/client/gridfs/model/GridFSUploadOptions;

  private io.vertx.core.Future lambda$4(java.lang.String, io.vertx.core.file.AsyncFile);
    descriptor: (Ljava/lang/String;Lio/vertx/core/file/AsyncFile;)Lio/vertx/core/Future;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 2 // io.vertx.core.file.AsyncFile file
         0: .line 218
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.bucket:Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
            aload 1
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSBucket.downloadToPublisher:(Ljava/lang/String;)Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;
            astore 3 /* publisher */
        start local 3 // com.mongodb.reactivestreams.client.gridfs.GridFSDownloadPublisher publisher
         1: .line 219
            aload 0 /* this */
            aload 3 /* publisher */
            aload 2 /* file */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.handleDownload:(Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;Lio/vertx/core/streams/WriteStream;)Lio/vertx/core/Future;
            areturn
        end local 3 // com.mongodb.reactivestreams.client.gridfs.GridFSDownloadPublisher publisher
        end local 2 // io.vertx.core.file.AsyncFile file
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    2     2       file  Lio/vertx/core/file/AsyncFile;
            1    2     3  publisher  Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;

  private io.vertx.core.Future lambda$5(java.lang.String, io.vertx.core.file.AsyncFile);
    descriptor: (Ljava/lang/String;Lio/vertx/core/file/AsyncFile;)Lio/vertx/core/Future;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
        start local 2 // io.vertx.core.file.AsyncFile file
         0: .line 238
            new org.bson.types.ObjectId
            dup
            aload 1
            invokespecial org.bson.types.ObjectId.<init>:(Ljava/lang/String;)V
            astore 3 /* objectId */
        start local 3 // org.bson.types.ObjectId objectId
         1: .line 239
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl.bucket:Lcom/mongodb/reactivestreams/client/gridfs/GridFSBucket;
            aload 3 /* objectId */
            invokeinterface com.mongodb.reactivestreams.client.gridfs.GridFSBucket.downloadToPublisher:(Lorg/bson/types/ObjectId;)Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;
            astore 4 /* publisher */
        start local 4 // com.mongodb.reactivestreams.client.gridfs.GridFSDownloadPublisher publisher
         2: .line 240
            aload 0 /* this */
            aload 4 /* publisher */
            aload 2 /* file */
            invokevirtual io.vertx.ext.mongo.impl.MongoGridFsClientImpl.handleDownload:(Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;Lio/vertx/core/streams/WriteStream;)Lio/vertx/core/Future;
            areturn
        end local 4 // com.mongodb.reactivestreams.client.gridfs.GridFSDownloadPublisher publisher
        end local 3 // org.bson.types.ObjectId objectId
        end local 2 // io.vertx.core.file.AsyncFile file
        end local 0 // io.vertx.ext.mongo.impl.MongoGridFsClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl;
            0    3     2       file  Lio/vertx/core/file/AsyncFile;
            1    3     3   objectId  Lorg/bson/types/ObjectId;
            2    3     4  publisher  Lcom/mongodb/reactivestreams/client/gridfs/GridFSDownloadPublisher;

  private static java.lang.String lambda$6(com.mongodb.client.gridfs.model.GridFSFile);
    descriptor: (Lcom/mongodb/client/gridfs/model/GridFSFile;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.client.gridfs.model.GridFSFile gridFSFile
         0: .line 268
            aload 0 /* gridFSFile */
            invokevirtual com.mongodb.client.gridfs.model.GridFSFile.getObjectId:()Lorg/bson/types/ObjectId;
            invokevirtual org.bson.types.ObjectId.toHexString:()Ljava/lang/String;
            areturn
        end local 0 // com.mongodb.client.gridfs.model.GridFSFile gridFSFile
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  gridFSFile  Lcom/mongodb/client/gridfs/model/GridFSFile;

  private static java.lang.String lambda$7(com.mongodb.client.gridfs.model.GridFSFile);
    descriptor: (Lcom/mongodb/client/gridfs/model/GridFSFile;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.client.gridfs.model.GridFSFile gridFSFile
         0: .line 287
            aload 0 /* gridFSFile */
            invokevirtual com.mongodb.client.gridfs.model.GridFSFile.getObjectId:()Lorg/bson/types/ObjectId;
            invokevirtual org.bson.types.ObjectId.toHexString:()Ljava/lang/String;
            areturn
        end local 0 // com.mongodb.client.gridfs.model.GridFSFile gridFSFile
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  gridFSFile  Lcom/mongodb/client/gridfs/model/GridFSFile;

  private static java.lang.Long lambda$8(io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer, java.lang.Void);
    descriptor: (Lio/vertx/ext/mongo/impl/MongoGridFsClientImpl$MapAndCountBuffer;Ljava/lang/Void;)Ljava/lang/Long;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 295
            aload 0
            getfield io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer.count:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  Ljava/lang/Void;
}
SourceFile: "MongoGridFsClientImpl.java"
NestMembers:
  io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer
InnerClasses:
  private MapAndCountBuffer = io.vertx.ext.mongo.impl.MongoGridFsClientImpl$MapAndCountBuffer of io.vertx.ext.mongo.impl.MongoGridFsClientImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles