@Component public class EPersonConverter extends DSpaceObjectConverter<EPerson,EPersonRest>
| Constructor and Description |
|---|
EPersonConverter() |
| Modifier and Type | Method and Description |
|---|---|
EPersonRest |
fromModel(EPerson obj) |
EPersonRest |
fromModelWithGroups(Context context,
EPerson ePerson) |
protected Class<EPerson> |
getModelClass() |
protected EPersonRest |
newInstance() |
EPerson |
toModel(EPersonRest obj) |
supportsModelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertpublic EPersonRest fromModel(EPerson obj)
fromModel in interface DSpaceConverter<EPerson,EPersonRest>fromModel in class DSpaceObjectConverter<EPerson,EPersonRest>public EPersonRest fromModelWithGroups(Context context, EPerson ePerson) throws SQLException
SQLExceptionpublic EPerson toModel(EPersonRest obj)
toModel in interface DSpaceConverter<EPerson,EPersonRest>toModel in class DSpaceObjectConverter<EPerson,EPersonRest>protected EPersonRest newInstance()
newInstance in class DSpaceObjectConverter<EPerson,EPersonRest>protected Class<EPerson> getModelClass()
getModelClass in class DSpaceObjectConverter<EPerson,EPersonRest>Copyright © 2019 DuraSpace. All rights reserved.