public class ImageArchiveManifestAdapter extends Object implements ImageArchiveManifest
| Constructor and Description |
|---|
ImageArchiveManifestAdapter(com.google.gson.JsonElement json) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getConfig(String configName)
Return the JSON object for the named config
|
List<ImageArchiveManifestEntry> |
getEntries() |
com.google.gson.JsonObject |
putConfig(String configName,
com.google.gson.JsonObject config) |
public ImageArchiveManifestAdapter(com.google.gson.JsonElement json)
public List<ImageArchiveManifestEntry> getEntries()
getEntries in interface ImageArchiveManifestpublic com.google.gson.JsonObject getConfig(String configName)
ImageArchiveManifestgetConfig in interface ImageArchiveManifestpublic com.google.gson.JsonObject putConfig(String configName, com.google.gson.JsonObject config)
Copyright © 2019. All rights reserved.