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