Package org.dspace.app.rest.converter
Class ScriptConverter
- java.lang.Object
-
- org.dspace.app.rest.converter.ScriptConverter
-
- All Implemented Interfaces:
DSpaceConverter<DSpaceRunnable,ScriptRest>
@Component public class ScriptConverter extends Object implements DSpaceConverter<DSpaceRunnable,ScriptRest>
This converter will convert an object of to an object ofScriptRest
-
-
Constructor Summary
Constructors Constructor Description ScriptConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptRestconvert(DSpaceRunnable script, Projection projection)Class<DSpaceRunnable>getModelClass()
-
-
-
Method Detail
-
convert
public ScriptRest convert(DSpaceRunnable script, Projection projection)
- Specified by:
convertin interfaceDSpaceConverter<DSpaceRunnable,ScriptRest>
-
getModelClass
public Class<DSpaceRunnable> getModelClass()
- Specified by:
getModelClassin interfaceDSpaceConverter<DSpaceRunnable,ScriptRest>
-
-