public StubMappingJsonRecorder(FileSource mappingsFileSource, FileSource filesFileSource, Admin admin, List<CaseInsensitiveKey> headersToMatch) {
this.mappingsFileSource = mappingsFileSource;
this.filesFileSource = filesFileSource;
this.admin = admin;
this.headersToMatch = headersToMatch;
idGenerator = new VeryShortIdGenerator();
}