info.freelibrary.iiif.presentation.v3.properties.LabelDeserializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jiiify-presentation-v3 Show documentation
Show all versions of jiiify-presentation-v3 Show documentation
A Java Library for version 3 of the IIIF Presentation API
package info.freelibrary.iiif.presentation.v3.properties;
import java.io.IOException;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.DeserializationContext;
/**
* Deserializes labels from JSON documents into {@link Label} objects.
*/
class LabelDeserializer extends AbstractI18nStdDeserializer
© 2015 - 2024 Weber Informatics LLC | Privacy Policy