Uses of Class
org.dspace.importer.external.metadatamapping.contributor.SimpleJsonPathMetadataContributor
Packages that use SimpleJsonPathMetadataContributor
Package
Description
Contains the classes used to map between retrieved records and actual usable
MetadatumDTO
Classes are used in the spring config of implementations of
AbstractMetadataFieldMapping
which query to an element in the retrieved record and map it to a metadatafield.-
Uses of SimpleJsonPathMetadataContributor in org.dspace.importer.external.metadatamapping.contributor
Subclasses of SimpleJsonPathMetadataContributor in org.dspace.importer.external.metadatamapping.contributorModifier and TypeClassDescriptionclassA metadata contributor that extracts a value from JSON using aJsonPathMetadataProcessorand compares it against a predefined right operand.classA ROR JsonPath Metadata processor that should be configured inside theror-integration.xmlfile.Methods in org.dspace.importer.external.metadatamapping.contributor with parameters of type SimpleJsonPathMetadataContributorModifier and TypeMethodDescriptionvoidConditionEqualJsonPathMetadataContributor.setMetadatumContributor(SimpleJsonPathMetadataContributor metadatumContributor) Sets theSimpleJsonPathMetadataContributorresponsible for extracting metadata if the condition is met. -
Uses of SimpleJsonPathMetadataContributor in org.dspace.importer.external.openalex.metadatamapping
Subclasses of SimpleJsonPathMetadataContributor in org.dspace.importer.external.openalex.metadatamappingModifier and TypeClassDescriptionclassThis class is responsible for extracting and contributing author name metadata from a JSON response using a specified query path.