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