Class DDNJsonWriter

All Implemented Interfaces:
Closeable, AutoCloseable

public class DDNJsonWriter extends BaseNJsonWriter<DDRecord>
NJSON (new-line delimited JSON) writer for data dictionary records.
Author:
karpenko
  • Constructor Details

    • DDNJsonWriter

      public DDNJsonWriter(File file, boolean overwrite) throws Exception
      Constructor
      Parameters:
      file - output file
      Throws:
      Exception - an exception
  • Method Details