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 String
Json.NULL
to null
Json.TRUE
to true
Json.FALSE
to false
JsonNumber
to either
long
or double
value
- protected abstract NavigableJsonInputAdapter annotate(Object object)
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.