Uses of Interface
org.dspace.importer.external.metadatamapping.contributor.JsonPathMetadataProcessor
-
Packages that use JsonPathMetadataProcessor Package Description org.dspace.importer.external.crossref org.dspace.importer.external.metadatamapping.contributor Contains the classes used to map between retrieved records and actual usableMetadatumDTOClasses are used in the spring config of implementations ofAbstractMetadataFieldMappingwhich query to an element in the retrieved record and map it to a metadatafield. -
-
Uses of JsonPathMetadataProcessor in org.dspace.importer.external.crossref
Classes in org.dspace.importer.external.crossref that implement JsonPathMetadataProcessor Modifier and Type Class Description classCrossRefAuthorMetadataProcessorThis class is used for CrossRef's Live-Import to extract attributes such as "given" and "family" from the array of authors/editors and return them concatenated.classCrossRefDateMetadataProcessorThis class is used for CrossRef's Live-Import to extract issued attribute. -
Uses of JsonPathMetadataProcessor in org.dspace.importer.external.metadatamapping.contributor
Classes in org.dspace.importer.external.metadatamapping.contributor that implement JsonPathMetadataProcessor Modifier and Type Class Description classArrayElementAttributeProcessorThis Processor allows to extract attribute values of an array.classMatrixElementProcessorThis Processor allows to extract all values of a matrix.Fields in org.dspace.importer.external.metadatamapping.contributor declared as JsonPathMetadataProcessor Modifier and Type Field Description protected JsonPathMetadataProcessorSimpleJsonPathMetadataContributor. metadataProcessorMethods in org.dspace.importer.external.metadatamapping.contributor with parameters of type JsonPathMetadataProcessor Modifier and Type Method Description voidSimpleJsonPathMetadataContributor. setMetadataProcessor(JsonPathMetadataProcessor metadataProcessor)Used to process data got by jsonpath expression, like arrays to stringify, change date format or else If it is null, toString will be used.
-