Uses of Interface
nl.vpro.domain.image.Metadata
-
Packages that use Metadata Package Description nl.vpro.domain.image More or less generic image domain objects.nl.vpro.domain.image.backend Image domain that are used by the image server itself. -
-
Uses of Metadata in nl.vpro.domain.image
Classes in nl.vpro.domain.image with type parameters of type Metadata Modifier and Type Class Description static classImageMetadataProvider.Wrapper<W extends Metadata<W>>If an image object already implementsMetadata, then an interface can be created using this wrapper.interfaceMetadata<T extends Metadata<T>>All our known image types implement at least this.Subinterfaces of Metadata in nl.vpro.domain.image Modifier and Type Interface Description interfaceImageMetadataAn extended version ofMetadata.interfaceMutableMetadata<T extends MutableMetadata<T>>Mutable version ofMetadata.Classes in nl.vpro.domain.image that implement Metadata Modifier and Type Class Description classImageMetadataImplThis is the basic image presentation at VPRO.Methods in nl.vpro.domain.image with type parameters of type Metadata Modifier and Type Method Description static <W extends Metadata<W>>
@PolyNull ImageMetadataProvider.Wrapper<W>ImageMetadataProvider. of(@PolyNull W wrapped)<C extends Metadata<C>>
Optional<C>ImageMetadataProvider.Wrapper. unwrap(Class<C> clazz)Methods in nl.vpro.domain.image with parameters of type Metadata Modifier and Type Method Description default ChangeReportMutableMetadata. copyFrom(Metadata<?> image)default SELFMetadata.LombokBuilder. from(@Nullable Metadata<?> from) -
Uses of Metadata in nl.vpro.domain.image.backend
Subinterfaces of Metadata in nl.vpro.domain.image.backend Modifier and Type Interface Description interfaceBackendImageMetadata<T extends BackendImageMetadata<T>>ExtendsMutableMetadatato include more information about the image, and its original source.Classes in nl.vpro.domain.image.backend that implement Metadata Modifier and Type Class Description classBackendImageThis is the image object as used by poms image serverclassBasicBackendImageMetadataThe implementation ofBackendImageMetadataThis is used to (temporary) represent an image on the image backend server for use in poms gui.
-