@Component public class CommunityConverter extends DSpaceObjectConverter<Community,CommunityRest> implements IndexableObjectConverter<Community,CommunityRest>
| Constructor and Description |
|---|
CommunityConverter() |
| Modifier and Type | Method and Description |
|---|---|
CommunityRest |
fromModel(Community obj) |
protected Class<Community> |
getModelClass() |
protected CommunityRest |
newInstance() |
boolean |
supportsModel(IndexableObject idxo) |
Community |
toModel(CommunityRest obj) |
supportsModelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertpublic Community toModel(CommunityRest obj)
toModel in interface DSpaceConverter<Community,CommunityRest>toModel in class DSpaceObjectConverter<Community,CommunityRest>public CommunityRest fromModel(Community obj)
fromModel in interface DSpaceConverter<Community,CommunityRest>fromModel in class DSpaceObjectConverter<Community,CommunityRest>protected CommunityRest newInstance()
newInstance in class DSpaceObjectConverter<Community,CommunityRest>protected Class<Community> getModelClass()
getModelClass in class DSpaceObjectConverter<Community,CommunityRest>public boolean supportsModel(IndexableObject idxo)
supportsModel in interface IndexableObjectConverter<Community,CommunityRest>idxo - the IndexableObject to checkCopyright © 2019 DuraSpace. All rights reserved.