Interface MongoDbGridFSIO.Parser<T>

  • All Superinterfaces:
    java.io.Serializable
    Enclosing class:
    MongoDbGridFSIO

    public static interface MongoDbGridFSIO.Parser<T>
    extends java.io.Serializable
    Interface for the parser that is used to parse the GridFSDBFile into the appropriate types.
    • Method Detail

      • parse

        void parse​(com.mongodb.gridfs.GridFSDBFile input,
                   MongoDbGridFSIO.ParserCallback<T> callback)
            throws java.io.IOException
        Throws:
        java.io.IOException