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 | 
|---|---|
protected abstract NavigableJsonInputAdapter | 
annotate(Object object)  | 
static Object | 
convertFromJsonValue(JsonValue value)
Converts a JsonValue object to its corresponding Java object. 
 | 
static JsonPathCursor | 
getPath(String attributePath)  | 
public static JsonPathCursor getPath(String attributePath)
public static Object convertFromJsonValue(JsonValue value)
JsonString to StringJson.NULL to nullJson.TRUE to trueJson.FALSE to falseJsonNumber to either
         long or double
     value - protected abstract NavigableJsonInputAdapter annotate(Object object)
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.