@Component public class DownloaderManifestReader extends DataBridgeManifestReader<DownloaderInputManifestDto>
| Constructor and Description |
|---|
DownloaderManifestReader() |
| Modifier and Type | Method and Description |
|---|---|
protected DownloaderInputManifestDto |
getManifestFromReader(Reader reader,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Gets a manifest object from a reader and an object mapper.
|
readJsonManifest, validateManifestprotected DownloaderInputManifestDto getManifestFromReader(Reader reader, com.fasterxml.jackson.databind.ObjectMapper objectMapper) throws IOException
DataBridgeManifestReadergetManifestFromReader in class DataBridgeManifestReader<DownloaderInputManifestDto>reader - the reader to read the file from.objectMapper - the object mapper.IOException - if the input file could not be read.Copyright © 2021. All rights reserved.