This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* no longer validate the scheme of author IDs * use defaults for date/relation qualifiers * use zero as default when some coordinate parts are missing, such as `x` without `y` or vice versa * still reject unknown fields and duplicate date-created, date-available * still validate Enum values: RelationQualifier, DateQualifier, State, AccessRights, PrivacySensitiveDataPresent * renamed methods: * `withNonEmpty` -> `withValue` * `nonBlankOrNull` -> `orOmit` (for XML attribute) * `nonBlankOrEmpty` -> `orEmpty` (for text value of XML element) * `details` -> nestedXML / basicContent (pattern matches in the latter) * have logic of DDM object moved to lazy val-s (no more def's) of objects in `dm` package (value objects for json structure) this reduced the number/complexity of cases in pattern matches * additional/refactored unit tests
- Loading branch information
Showing
12 changed files
with
463 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.