/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /** * Contains the classes used to map between retrieved records and actual usable {@link org.dspace.importer.external.metadatamapping.MetadatumDTO} * Classes are used in the spring config of implementations of {@link org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping} * which query to an element in the retrieved record and map it to a metadatafield. * @author Roeland Dillen (roeland at atmire dot com) * @author Jonas Van Goolen (jonas at atmire dot com) */ package org.dspace.importer.external.metadatamapping.contributor;