All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Object |
add(Map.Entry<String,Object> entry) |
Object |
add(String key,
Object val) |
void |
addAll(Map<String,Object> entries) |
Double |
doubleVal(String key,
Double defValue) |
static SecurityContext |
fromMap(Map<String,Object> context) |
<T> T |
get(Function<Map<String,Object>,T> mapper) |
Map<String,Object> |
getContextMap() |
Integer |
intVal(String key,
Integer defValue) |
String |
strVal(String key,
String defValue) |
String |
strVal(String key,
String defValue,
boolean emptyIsNull) |
<T> T |
typeVal(String key,
Class<T> type,
T defValue) |