public class ScriptValueMap extends HashMap<String,ScriptValue>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
VAR_REQUEST |
static String |
VAR_REQUEST_BODY |
static String |
VAR_REQUEST_BYTES |
static String |
VAR_REQUEST_HEADERS |
static String |
VAR_REQUEST_METHOD |
static String |
VAR_REQUEST_PARAMS |
static String |
VAR_REQUEST_TIME_STAMP |
static String |
VAR_REQUEST_URI |
static String |
VAR_REQUEST_URL_BASE |
static String |
VAR_RESPONSE |
static String |
VAR_RESPONSE_BYTES |
static String |
VAR_RESPONSE_COOKIES |
static String |
VAR_RESPONSE_HEADERS |
static String |
VAR_RESPONSE_STATUS |
static String |
VAR_RESPONSE_TIME |
| Constructor and Description |
|---|
ScriptValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ScriptValueMap |
copy(boolean deep) |
<T> T |
get(String key,
Class<T> clazz) |
ScriptValue |
put(String key,
Object value) |
Map<String,Object> |
toPrimitiveMap() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic static final String VAR_RESPONSE
public static final String VAR_RESPONSE_BYTES
public static final String VAR_RESPONSE_COOKIES
public static final String VAR_RESPONSE_HEADERS
public static final String VAR_RESPONSE_STATUS
public static final String VAR_RESPONSE_TIME
public static final String VAR_REQUEST
public static final String VAR_REQUEST_BYTES
public static final String VAR_REQUEST_URL_BASE
public static final String VAR_REQUEST_URI
public static final String VAR_REQUEST_METHOD
public static final String VAR_REQUEST_HEADERS
public static final String VAR_REQUEST_PARAMS
public static final String VAR_REQUEST_BODY
public static final String VAR_REQUEST_TIME_STAMP
public ScriptValue put(String key, Object value)
public ScriptValueMap copy(boolean deep)
Copyright © 2019. All rights reserved.