Class JobParamsAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<JobParams,Map<String,Serializable>>
-
- org.pentaho.platform.api.scheduler2.JobParamsAdapter
-
public class JobParamsAdapter extends XmlAdapter<JobParams,Map<String,Serializable>>
-
-
Constructor Summary
Constructors Constructor Description JobParamsAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobParams
marshal(Map<String,Serializable> v)
Map<String,Serializable>
unmarshal(JobParams v)
-
-
-
Method Detail
-
marshal
public JobParams marshal(Map<String,Serializable> v) throws Exception
- Specified by:
marshal
in classXmlAdapter<JobParams,Map<String,Serializable>>
- Throws:
Exception
-
unmarshal
public Map<String,Serializable> unmarshal(JobParams v) throws Exception
- Specified by:
unmarshal
in classXmlAdapter<JobParams,Map<String,Serializable>>
- Throws:
Exception
-
-