Class VocabularyRestConverter

java.lang.Object
org.dspace.app.rest.converter.VocabularyRestConverter
All Implemented Interfaces:
DSpaceConverter<ChoiceAuthority,VocabularyRest>

@Component public class VocabularyRestConverter extends Object implements DSpaceConverter<ChoiceAuthority,VocabularyRest>
This is the converter from/to the ChoiceAuthority in the DSpace API data model and the REST data model TODO please do not use this convert but use the wrapper AuthorityUtils#convertAuthority(ChoiceAuthority, String, String)
Author:
Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)