Uses of Class
org.springframework.boot.buildpack.platform.json.MappedObject
Packages that use MappedObject
Package
Description
Docker types.
Utilities and classes for JSON processing.
-
Uses of MappedObject in org.springframework.boot.buildpack.platform.docker.type
Subclasses of MappedObject in org.springframework.boot.buildpack.platform.docker.typeModifier and TypeClassDescriptionclassA reference to a blob by its digest.classStatus details returned fromDocker container wait.classImage details as returned fromDocker inspect.classImage archive index information as provided byindex.json.classImage archive manifest information as provided bymanifest.json.static classclassImage configuration information.classA manifest as defined inapplication/vnd.docker.distribution.manifestorapplication/vnd.oci.image.manifestfiles.classA distribution manifest list as defined inapplication/vnd.docker.distribution.manifest.listfiles. -
Uses of MappedObject in org.springframework.boot.buildpack.platform.json
Methods in org.springframework.boot.buildpack.platform.json with type parameters of type MappedObjectModifier 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 newMappedObjectinstance.protected static <T extends MappedObject>
TMappedObject.of(InputStream content, Function<com.fasterxml.jackson.databind.JsonNode, T> factory) Factory method to create a newMappedObjectinstance.protected static <T extends MappedObject>
TFactory method to create a newMappedObjectinstance.