221222223224225226227228
} } public OutputFormat getOutputFormat() throws IOException { return options == null ? new MongoOutputFormat() : new MongoOutputFormat(options.getUpdate().keys, options.getUpdate().multi); }