public class InvokeContext extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CRC_SWITCH |
| Constructor and Description |
|---|
InvokeContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Set<Map.Entry<String,Object>> |
entrySet() |
<T> T |
get(String key) |
<T> T |
getOrDefault(String key,
T defaultValue) |
Object |
put(String key,
Object value) |
Object |
putIfAbsent(String key,
Object value) |
public static final String CRC_SWITCH
Copyright © 2024. All rights reserved.