public class ImageArchiveManifest extends MappedObject
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageArchiveManifest.ManifestEntry |
MappedObject.ContentReader<C>| Modifier | Constructor and Description |
|---|---|
protected |
ImageArchiveManifest(com.fasterxml.jackson.databind.JsonNode node) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ImageArchiveManifest.ManifestEntry> |
getEntries()
Return the entries contained in the manifest.
|
static ImageArchiveManifest |
of(java.io.InputStream content)
Create an
ImageArchiveManifest from the provided JSON input stream. |
protected ImageArchiveManifest(com.fasterxml.jackson.databind.JsonNode node)
public java.util.List<ImageArchiveManifest.ManifestEntry> getEntries()
public static ImageArchiveManifest of(java.io.InputStream content) throws java.io.IOException
ImageArchiveManifest from the provided JSON input stream.content - the JSON input streamImageArchiveManifest instancejava.io.IOException - on IO error