Uses of Class
org.json.simple.JSONObject
Packages that use JSONObject
Package
Description
-
Uses of JSONObject in com.biglybt.core.messenger
Constructors in com.biglybt.core.messenger with parameters of type JSONObjectModifierConstructorDescriptionprivatePlatformMessage(String messageID, String listenerID, String operationID, JSONObject parameters, long maxDelayMS) -
Uses of JSONObject in com.biglybt.core.metasearch.impl
Methods in com.biglybt.core.metasearch.impl with parameters of type JSONObjectModifier and TypeMethodDescriptionprotected voidEngineImpl.exportJSONMappings(JSONObject res, String str, List l, boolean level_1) protected voidEngineImpl.exportToJSONObject(JSONObject res) protected ListEngineImpl.importJSONMappings(JSONObject map, String str, boolean level_1) Constructors in com.biglybt.core.metasearch.impl with parameters of type JSONObjectModifierConstructorDescriptionprotectedEngineImpl(MetaSearchImpl meta_search, int type, long id, long last_updated, float rank_bias, String name, JSONObject map) -
Uses of JSONObject in com.biglybt.core.metasearch.impl.web
Methods in com.biglybt.core.metasearch.impl.web with parameters of type JSONObjectConstructors in com.biglybt.core.metasearch.impl.web with parameters of type JSONObjectModifierConstructorDescriptionprotectedWebEngine(MetaSearchImpl meta_search, int type, long id, long last_updated, float rank_bias, String name, JSONObject map) -
Uses of JSONObject in com.biglybt.core.metasearch.impl.web.json
Methods in com.biglybt.core.metasearch.impl.web.json with parameters of type JSONObjectModifier and TypeMethodDescriptionprotected voidJSONEngine.exportToJSONObject(JSONObject res) static EngineJSONEngine.importFromJSONString(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, JSONObject map) Constructors in com.biglybt.core.metasearch.impl.web.json with parameters of type JSONObjectModifierConstructorDescriptionprotectedJSONEngine(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, JSONObject map) -
Uses of JSONObject in com.biglybt.core.metasearch.impl.web.regex
Methods in com.biglybt.core.metasearch.impl.web.regex with parameters of type JSONObjectModifier and TypeMethodDescriptionprotected voidRegexEngine.exportToJSONObject(JSONObject res) static EngineRegexEngine.importFromJSONString(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, JSONObject map) Constructors in com.biglybt.core.metasearch.impl.web.regex with parameters of type JSONObjectModifierConstructorDescriptionprotectedRegexEngine(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, JSONObject map) -
Uses of JSONObject in com.biglybt.core.metasearch.impl.web.rss
Methods in com.biglybt.core.metasearch.impl.web.rss with parameters of type JSONObjectModifier and TypeMethodDescriptionstatic EngineRSSEngine.importFromJSONString(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, JSONObject map) Constructors in com.biglybt.core.metasearch.impl.web.rss with parameters of type JSONObjectModifierConstructorDescriptionprotectedRSSEngine(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, JSONObject map) -
Uses of JSONObject in com.biglybt.core.util
Methods in com.biglybt.core.util that return JSONObjectModifier and TypeMethodDescriptionstatic JSONObjectBEncoder.encodeToJSONObject(Map<Object, Object> b_map) -
Uses of JSONObject in com.biglybt.util
Methods in com.biglybt.util that return JSONObjectModifier and TypeMethodDescriptionstatic JSONObjectJSONUtils.encodeToJSONObject(Map map) encodes a map into a JSONObject.