public class ExecutionContextType extends BaseObject
ExecutionContext.
We need to do a trick to also store clazz type of objects in
a map because otherwise json desirialization may take wrong
type i.e. between Integer and Long.| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutionContextType.ObjectEntry |
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.String,ExecutionContextType.ObjectEntry> |
map |
type| Constructor and Description |
|---|
ExecutionContextType() |
getTypepublic java.util.Map<java.lang.String,ExecutionContextType.ObjectEntry> map