java.lang.Object
org.springframework.boot.buildpack.platform.json.MappedObject
org.springframework.boot.buildpack.platform.docker.type.BlobReference

public class BlobReference extends MappedObject
A reference to a blob by its digest.
Since:
3.2.6
Author:
Phillip Webb
  • Method Details

    • getDigest

      public String getDigest()
      Return the digest of the blob.
      Returns:
      the blob digest
    • getMediaType

      public String getMediaType()
      Return the media type of the blob.
      Returns:
      the blob media type