- Type Parameters:
M - the Class in the DSpace API data model
R - the Class in the DSpace REST data model
- All Implemented Interfaces:
- DSpaceConverter<M,R>, org.springframework.core.convert.converter.Converter<M,R>
- Direct Known Subclasses:
- BitstreamConverter, CollectionConverter, CommunityConverter, EPersonConverter, GenericDSpaceObjectConverter, GroupConverter, ItemConverter, SiteConverter
public abstract class DSpaceObjectConverter<M extends DSpaceObject,R extends DSpaceObjectRest>
extends Object
implements DSpaceConverter<M,R>
This is the base converter from/to objects in the DSpace API data model and
the REST data model
- Author:
- Andrea Bollini (andrea.bollini at 4science.it)