Uses of Class
nonapi.io.github.classgraph.json.JSONReference
Packages that use JSONReference
-
Uses of JSONReference in nonapi.io.github.classgraph.json
Method parameters in nonapi.io.github.classgraph.json with type arguments of type JSONReferenceModifier and TypeMethodDescription(package private) static void
JSONSerializer.jsonValToJSONString
(Object jsonVal, Map<ReferenceEqualityKey<JSONReference>, CharSequence> jsonReferenceToId, boolean includeNullValuedFields, int depth, int indentWidth, StringBuilder buf) Serialize a JSON object, array, or value.(package private) void
JSONArray.toJSONString
(Map<ReferenceEqualityKey<JSONReference>, CharSequence> jsonReferenceToId, boolean includeNullValuedFields, int depth, int indentWidth, StringBuilder buf) Serialize this JSONArray to a string.(package private) void
JSONObject.toJSONString
(Map<ReferenceEqualityKey<JSONReference>, CharSequence> jsonReferenceToId, boolean includeNullValuedFields, int depth, int indentWidth, StringBuilder buf) Serialize this JSONObject to a string.