K - 键类型public class JSONGetterValueProvider<K> extends Object implements ValueProvider<K>
| Constructor and Description |
|---|
JSONGetterValueProvider(JSONGetter<K> jsonGetter)
构造
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(K key) |
Object |
value(K key,
Type valueType) |
public JSONGetterValueProvider(JSONGetter<K> jsonGetter)
jsonGetter - JSONGetterpublic boolean containsKey(K key)
containsKey in interface ValueProvider<K>Copyright © 2024. All rights reserved.