Class JaxBSafeMap
- java.lang.Object
-
- org.pentaho.platform.scheduler2.ws.JaxBSafeMap
-
public class JaxBSafeMap extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JaxBSafeMap.JaxBSafeEntry
-
Field Summary
Fields Modifier and Type Field Description List<JaxBSafeMap.JaxBSafeEntry>
entry
-
Constructor Summary
Constructors Constructor Description JaxBSafeMap()
JaxBSafeMap(Map<String,ParamValue> map)
-
-
-
Field Detail
-
entry
public List<JaxBSafeMap.JaxBSafeEntry> entry
-
-
Constructor Detail
-
JaxBSafeMap
public JaxBSafeMap(Map<String,ParamValue> map)
-
JaxBSafeMap
public JaxBSafeMap()
-
-