| 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. |
class |
CacheMetadataTemplate
JSON template for storing metadata about the cache.
|
| 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 | 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 |
|---|---|
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.
|
| 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.