Uses of Class
nl.knaw.dans.bagit.conformance.profile.BagitProfile
-
Uses of BagitProfile in nl.knaw.dans.bagit.conformance
Modifier and TypeMethodDescriptionprivate static BagitProfile
BagProfileChecker.parseBagitProfile
(InputStream jsonProfile) -
Uses of BagitProfile in nl.knaw.dans.bagit.conformance.profile
Modifier and TypeMethodDescriptionBagitProfileDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) Modifier and TypeMethodDescriptionprivate static void
BagitProfileDeserializer.parseBagitProfileInfo
(com.fasterxml.jackson.databind.JsonNode node, BagitProfile profile) private static void
BagitProfileDeserializer.parseMandatoryTagsOfBagitProfileInfo
(com.fasterxml.jackson.databind.JsonNode bagitProfileInfoNode, BagitProfile profile) Parse required tags due to specification defined at bagit profiles Note: If one of the tags is missing, a NullPointerException is thrown.private static void
BagitProfileDeserializer.parseOptionalTagsOfBagitProfileInfo
(com.fasterxml.jackson.databind.JsonNode bagitProfileInfoNode, BagitProfile profile) Parse optional tags due to specification defined at bagit profiles