public class JobParamsAdapter extends XmlAdapter<JaxBSafeMap,Map<String,ParamValue>>
ISchedulerService job parameters to a JAXB marshallable type
and back. See this JAXB reference| Constructor and Description |
|---|
JobParamsAdapter() |
| Modifier and Type | Method and Description |
|---|---|
JaxBSafeMap |
marshal(Map<String,ParamValue> unsafeMap) |
Map<String,ParamValue> |
unmarshal(JaxBSafeMap safeMap) |
public JaxBSafeMap marshal(Map<String,ParamValue> unsafeMap) throws Exception
marshal in class XmlAdapter<JaxBSafeMap,Map<String,ParamValue>>Exceptionpublic Map<String,ParamValue> unmarshal(JaxBSafeMap safeMap) throws Exception
unmarshal in class XmlAdapter<JaxBSafeMap,Map<String,ParamValue>>Exception