public class JSONObjectValueProvider extends Object implements ValueProvider<String>
| Constructor and Description |
|---|
JSONObjectValueProvider(JSONObject jsonObject)
构造
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
Object |
value(String key,
Type valueType) |
public JSONObjectValueProvider(JSONObject jsonObject)
jsonObject - JSON对象public boolean containsKey(String key)
containsKey in interface ValueProvider<String>Copyright © 2025. All rights reserved.