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 voidJSONSerializer.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) voidJSONArray.toJSONString(Map<ReferenceEqualityKey<JSONReference>, CharSequence> jsonReferenceToId, boolean includeNullValuedFields, int depth, int indentWidth, StringBuilder buf) Serialize this JSONArray to a string.(package private) voidJSONObject.toJSONString(Map<ReferenceEqualityKey<JSONReference>, CharSequence> jsonReferenceToId, boolean includeNullValuedFields, int depth, int indentWidth, StringBuilder buf) Serialize this JSONObject to a string.