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