Uses of Class
com.hazelcast.core.HazelcastJsonValue
Package
Description
Provides core API interfaces/classes.
Utility classes for JSON parsing and serialization.
-
Uses of HazelcastJsonValue in com.hazelcast.core
-
Uses of HazelcastJsonValue in com.hazelcast.jet.json
Modifier and TypeMethodDescriptionstatic HazelcastJsonValue
JsonUtil.hazelcastJsonValue
(Object object) Creates aHazelcastJsonValue
by converting given the object to string usingObject.toString()
.