Serialized Form
-
Package nl.vpro.domain.image
-
Class nl.vpro.domain.image.Area extends Object implements Serializable
-
Class nl.vpro.domain.image.Dimension extends Object implements Serializable
- serialVersionUID:
- 0L
-
Class nl.vpro.domain.image.Point extends Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
x
int x
-
y
int y
-
-
Class nl.vpro.domain.image.RelativePoint extends Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
x
float x
-
y
float y
-
-
Class nl.vpro.domain.image.UnsupportedImageFormatException extends RuntimeException implements Serializable
- serialVersionUID:
- 7697045387370472521L
-
-
Package nl.vpro.domain.image.backend
-
Class nl.vpro.domain.image.backend.BackendImage extends AbstractPublishableObject<BackendImage> implements Serializable
- serialVersionUID:
- -140942203904508506L
-
Serialized Fields
-
broadcaster
String broadcaster
- Since:
- 5.10
-
credits
String credits
-
date
String date
-
description
@Nullable String description
-
downloadUrl
@URI(groups=nl.vpro.validation.PomsValidatorGroup.class) String downloadUrl
-
etag
String etag
-
hash
byte[] hash
-
height
@Positive Integer height
-
heightInMm
@Positive Float heightInMm
-
imageFormat
ImageFormat imageFormat
-
imageStream
org.meeuw.functional.ThrowAnySupplier<ImageStream> imageStream
-
license
@NotNull(groups=nl.vpro.validation.WarningValidatorGroup.class) nl.vpro.domain.support.License license
-
owner
nl.vpro.domain.media.support.OwnerType owner
- Since:
- 5.10
-
size
Long size
-
source
String source
-
sourceName
String sourceName
-
title
@Size(min=1,message="{nl.vpro.constraints.text.Size.min}") @Size(max=255,message="{nl.vpro.constraints.text.Size.max}") String title -
type
ImageType type
-
urlLastModified
Instant urlLastModified
-
width
@Positive Integer width
-
widthInMm
@Positive Float widthInMm
-
-
Class nl.vpro.domain.image.backend.BasicBackendImageMetadata extends Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
credits
String credits
-
date
String date
-
description
String description
-
downloadUrl
URI downloadUrl
-
etag
String etag
-
height
Integer height
-
heightInMm
Float heightInMm
-
imageFormat
ImageFormat imageFormat
-
imageUri
String imageUri
The public 'urn' of the image, which can be used to construct URLs. This is actually the urn of the image on the image-server. The media server wraps it with its own image object with its own urn, and stores the reference to the image-server in 'imageUri'.So imageUri is an identifier for the actual image itself, the rest is metadata which may vary between different object which still have the same imageUri.
-
lastModified
Instant lastModified
-
license
nl.vpro.domain.support.License license
-
publishStartInstant
Instant publishStartInstant
-
publishStopInstant
Instant publishStopInstant
-
size
Long size
-
source
String source
-
sourceName
String sourceName
-
title
String title
-
type
ImageType type
-
uploadId
UUID uploadId
-
urlLastModified
Instant urlLastModified
-
width
Integer width
-
widthInMm
Float widthInMm
-
-
Class nl.vpro.domain.image.backend.ImageEmptyException extends ImageNotFoundException implements Serializable
- serialVersionUID:
- 1607385729781522225L
-
Class nl.vpro.domain.image.backend.ImageNotFoundException extends NotFoundException implements Serializable
- serialVersionUID:
- 1607385729781522225L
-