Class VocabularyEntryDetailsRestConverter

  • All Implemented Interfaces:
    DSpaceConverter<org.dspace.content.authority.Choice,​VocabularyEntryDetailsRest>

    @Component
    public class VocabularyEntryDetailsRestConverter
    extends Object
    implements DSpaceConverter<org.dspace.content.authority.Choice,​VocabularyEntryDetailsRest>
    This is the converter from/to the Choice in the DSpace API data model and the REST data model. TODO please do not use this convert but use the wrapper AuthorityUtils#convertEntry(Choice, String, String)
    Author:
    Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)