Uses of Class
nonapi.io.github.classgraph.json.JSONObject
-
Packages that use JSONObject Package Description nonapi.io.github.classgraph.json -
-
Uses of JSONObject in nonapi.io.github.classgraph.json
Methods in nonapi.io.github.classgraph.json that return JSONObject Modifier and Type Method Description private JSONObject
JSONParser. parseJSONObject()
Parse a JSON Object.Method parameters in nonapi.io.github.classgraph.json with type arguments of type JSONObject Modifier and Type Method Description private static void
JSONSerializer. assignObjectIds(java.lang.Object jsonVal, java.util.Map<ReferenceEqualityKey<java.lang.Object>,JSONObject> objToJSONVal, ClassFieldCache classFieldCache, java.util.Map<ReferenceEqualityKey<JSONReference>,java.lang.CharSequence> jsonReferenceToId, java.util.concurrent.atomic.AtomicInteger objId, boolean onlySerializePublicFields)
Create a unique id for each referenced JSON object.private static void
JSONSerializer. convertVals(java.lang.Object[] convertedVals, java.util.Set<ReferenceEqualityKey<java.lang.Object>> visitedOnPath, java.util.Set<ReferenceEqualityKey<java.lang.Object>> standardObjectVisited, ClassFieldCache classFieldCache, java.util.Map<ReferenceEqualityKey<java.lang.Object>,JSONObject> objToJSONVal, boolean onlySerializePublicFields)
Take an array of object values, and recursively convert them (in place) into JSON values.private static java.lang.Object
JSONSerializer. toJSONGraph(java.lang.Object obj, java.util.Set<ReferenceEqualityKey<java.lang.Object>> visitedOnPath, java.util.Set<ReferenceEqualityKey<java.lang.Object>> standardObjectVisited, ClassFieldCache classFieldCache, java.util.Map<ReferenceEqualityKey<java.lang.Object>,JSONObject> objToJSONVal, boolean onlySerializePublicFields)
Turn an object graph into a graph of JSON objects, arrays, and values.
-