public abstract class AbstractJsonGetter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.hazelcast.query.impl.getters.Getter |
parent |
| Modifier and Type | Method and Description |
|---|---|
static Object |
convertFromJsonValue(JsonValue value)
Converts a JsonValue object to its corresponding Java object.
|
public static Object convertFromJsonValue(JsonValue value)
JsonString to Stringcom.hazelcast.internal.json.Json.NULL to nullcom.hazelcast.internal.json.Json.TRUE to truecom.hazelcast.internal.json.Json.FALSE to falseJsonNumber to either
long or double
value - Copyright © 2019. All Rights Reserved.