Uses of Class
de.digitalcollections.iiif.model.Profile
-
Packages that use Profile 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. -
-
Uses of Profile in de.digitalcollections.iiif.model
Methods in de.digitalcollections.iiif.model that return Profile Modifier and Type Method Description ProfileOtherContent. getProfile()Methods in de.digitalcollections.iiif.model that return types with arguments of type Profile Modifier and Type Method Description List<Profile>Service. getProfiles()Methods in de.digitalcollections.iiif.model with parameters of type Profile Modifier and Type Method Description ServiceService. addProfile(Profile first, Profile... rest)Method parameters in de.digitalcollections.iiif.model with type arguments of type Profile Modifier and Type Method Description voidService. setProfiles(List<Profile> profile) -
Uses of Profile in de.digitalcollections.iiif.model.image
Subclasses of Profile in de.digitalcollections.iiif.model.image Modifier and Type Class Description classImageApiProfileAn Image API profile.Method parameters in de.digitalcollections.iiif.model.image with type arguments of type Profile Modifier and Type Method Description static ImageApiProfileImageApiProfile. merge(List<Profile> profiles)Merge multiple profiles into one. -
Uses of Profile in de.digitalcollections.iiif.model.jackson.serialization
Methods in de.digitalcollections.iiif.model.jackson.serialization that return Profile Modifier and Type Method Description ProfileProfileDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in de.digitalcollections.iiif.model.jackson.serialization with parameters of type Profile Modifier and Type Method Description voidProfileSerializer. serialize(Profile value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
-