Uses of Package
io.goobi.viewer.controller.json
Packages that use io.goobi.viewer.controller.json
Package
Description
Core controller and utility classes of the Goobi viewer.
JSON-related utilities and configuration classes, providing metadata configuration for JSON output
and type-safe string conversion helpers for use with JSON serialization.
-
Classes in io.goobi.viewer.controller.json used by io.goobi.viewer.controllerClassDescriptionConfiguration model for JSON metadata export, holding a template name, a Solr query, and the list of field mappings that define which Solr fields are included in the output.
-
Classes in io.goobi.viewer.controller.json used by io.goobi.viewer.controller.jsonClassDescriptionConverts loosely-formatted JSON-like strings (e.g. with unquoted keys, backtick delimiters, or unquoted string values) into a properly quoted JSON string and deserializes it into the target type.