public interface IJsonContext extends Map, org.json.simple.JSONAware
| Modifier and Type | Method and Description |
|---|---|
Object |
create(Object key) |
Object |
create(Object key,
boolean list) |
<T> T |
get(String key,
Class<T> castTo) |
void |
merge(Map from) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesCopyright © 2025. All rights reserved.