Uses of Class
org.springframework.boot.buildpack.platform.json.MappedObject
Package
Description
Docker types.
Utilities and classes for JSON processing.
-
Uses of MappedObject in org.springframework.boot.buildpack.platform.docker.type
Modifier and TypeClassDescriptionclass
A reference to a blob by its digest.class
Status details returned fromDocker container wait
.class
Image details as returned fromDocker inspect
.class
Image archive index information as provided byindex.json
.class
Image archive manifest information as provided bymanifest.json
.static class
class
Image configuration information.class
A manifest as defined inapplication/vnd.docker.distribution.manifest
orapplication/vnd.oci.image.manifest
files.class
A distribution manifest list as defined inapplication/vnd.docker.distribution.manifest.list
files. -
Uses of MappedObject in org.springframework.boot.buildpack.platform.json
Modifier and TypeMethodDescriptionprotected static <T extends MappedObject>
Tprotected static <T extends MappedObject,
C>
TMappedObject.of
(C content, MappedObject.ContentReader<C> reader, Function<com.fasterxml.jackson.databind.JsonNode, T> factory) Factory method to create a newMappedObject
instance.protected static <T extends MappedObject>
TMappedObject.of
(InputStream content, Function<com.fasterxml.jackson.databind.JsonNode, T> factory) Factory method to create a newMappedObject
instance.protected static <T extends MappedObject>
TFactory method to create a newMappedObject
instance.