public class ExecutionContextType
extends org.springframework.yarn.integration.ip.mind.binding.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 |
| Constructor and Description |
|---|
ExecutionContextType() |
public java.util.Map<java.lang.String,ExecutionContextType.ObjectEntry> map