| Package | Description |
|---|---|
| de.digitalcollections.iiif.model |
The packages contained in this module allow the usage of all parts of the IIIF specification.
|
| de.digitalcollections.iiif.model.image |
Model classes that represent entities from the IIIF Image API (http://iiif.io/api/image/2.1/).
|
| de.digitalcollections.iiif.model.jackson.serialization |
Custom serializers and deserializers for IIIF entities.
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
OtherContent.getProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<Profile> |
Service.getProfiles() |
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.addProfile(Profile first,
Profile... rest) |
Service |
Service.addProfile(Profile first,
Profile... rest) |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setProfiles(List<Profile> profile) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageApiProfile
An Image API profile.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageApiProfile |
ImageApiProfile.merge(List<Profile> profiles)
Merge multiple profiles into one.
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
ProfileDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileSerializer.serialize(Profile value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
Copyright © 2018. All rights reserved.