| Modifier and Type | Class and Description |
|---|---|
class |
CacheMetadataLayerObjectTemplate
Inner JSON template for storing metadata about a layer in the cache as part of
CacheMetadataTemplate. |
class |
CacheMetadataLayerPropertiesObjectTemplate
Inner JSON template for extra properties for an application layer, as part of
CacheMetadataLayerObjectTemplate. |
static class |
CacheMetadataLayerPropertiesObjectTemplate.LayerEntryTemplate
Represents a pair of source files and extraction path.
|
class |
CacheMetadataTemplate
JSON template for storing metadata about the cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DockerLoadManifestTemplate
JSON Template for loadable Docker Manifest.
|
| Modifier and Type | Method and Description |
|---|---|
List<JsonTemplate> |
DockerLoadManifestTemplate.getList() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuildableManifestTemplate
Parent class for image manifest JSON templates that can be built.
|
interface |
ManifestTemplate
Parent class for image manifest JSON templates.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildableManifestTemplate.ContentDescriptorTemplate
Template for inner JSON object representing content descriptor for a layer or container
configuration.
|
class |
ContainerConfigurationTemplate
JSON Template for Docker Container Configuration referenced in Docker Manifest Schema V2.2
|
class |
OCIManifestTemplate
JSON Template for OCI Manifest Schema
|
class |
V21ManifestTemplate
JSON template for Docker Manifest Schema V2.1
|
class |
V22ManifestTemplate
JSON Template for Docker Manifest Schema V2.2
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListOfJsonTemplate
All JSON templates to be used with
JsonTemplateMapper that need to be wrapped in a list
must extend this class. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends JsonTemplate> |
JsonTemplateMapper.readJson(String jsonString,
Class<T> templateClass)
Deserializes a JSON object from a JSON string.
|
static <T extends JsonTemplate> |
JsonTemplateMapper.readJsonFromFile(Path jsonFile,
Class<T> templateClass)
Deserializes a JSON file via a JSON object template.
|
| Modifier and Type | Method and Description |
|---|---|
List<JsonTemplate> |
ListOfJsonTemplate.getList() |
| Modifier and Type | Method and Description |
|---|---|
static Blob |
JsonTemplateMapper.toBlob(JsonTemplate template)
Convert a
JsonTemplate to a Blob of the JSON string. |
| Modifier and Type | Class and Description |
|---|---|
class |
DockerConfigTemplate
Template for a Docker config file.
|
static class |
DockerConfigTemplate.AuthTemplate
Template for an
auth defined for a registry under auths. |
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorEntryTemplate |
class |
ErrorResponseTemplate
Template for the registry response body JSON when a request errored.
|
Copyright © 2018. All rights reserved.