public interface HazelcastJsonValue
Predicates
.
In terms of querying, numbers in Json strings are treated as either
Long
or Double
. Strings, booleans and null are treated as
their Java counterparts.
HazelcastJsonValue keeps given string as it is.
See HazelcastJson.fromString(String)
Modifier and Type | Method and Description |
---|---|
String |
toJsonString()
This method returns a Json representation of the object
|
String toJsonString()
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.