Class ImageArchiveManifest
java.lang.Object
org.springframework.boot.buildpack.platform.json.MappedObject
org.springframework.boot.buildpack.platform.docker.type.ImageArchiveManifest
Image archive manifest information.
- Since:
- 2.7.10
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.springframework.boot.buildpack.platform.json.MappedObject
MappedObject.ContentReader<C> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedImageArchiveManifest(com.fasterxml.jackson.databind.JsonNode node) -
Method Summary
Modifier and TypeMethodDescriptionReturn the entries contained in the manifest.static ImageArchiveManifestof(InputStream content) Create anImageArchiveManifestfrom the provided JSON input stream.
-
Constructor Details
-
ImageArchiveManifest
protected ImageArchiveManifest(com.fasterxml.jackson.databind.JsonNode node)
-
-
Method Details
-
getEntries
Return the entries contained in the manifest.- Returns:
- the manifest entries
-
of
Create anImageArchiveManifestfrom the provided JSON input stream.- Parameters:
content- the JSON input stream- Returns:
- a new
ImageArchiveManifestinstance - Throws:
IOException- on IO error
-