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 JSONObjectModifierConstructorDescriptionprivate
PlatformMessage
(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 void
EngineImpl.exportJSONMappings
(JSONObject res, String str, List l, boolean level_1) protected void
EngineImpl.exportToJSONObject
(JSONObject res) protected List
EngineImpl.importJSONMappings
(JSONObject map, String str, boolean level_1) Constructors in com.biglybt.core.metasearch.impl with parameters of type JSONObjectModifierConstructorDescriptionprotected
EngineImpl
(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 JSONObjectModifierConstructorDescriptionprotected
WebEngine
(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 void
JSONEngine.exportToJSONObject
(JSONObject res) static Engine
JSONEngine.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 JSONObjectModifierConstructorDescriptionprotected
JSONEngine
(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 void
RegexEngine.exportToJSONObject
(JSONObject res) static Engine
RegexEngine.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 JSONObjectModifierConstructorDescriptionprotected
RegexEngine
(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 Engine
RSSEngine.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 JSONObjectModifierConstructorDescriptionprotected
RSSEngine
(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 JSONObject
BEncoder.encodeToJSONObject
(Map<Object, Object> b_map) -
Uses of JSONObject in com.biglybt.util
Methods in com.biglybt.util that return JSONObjectModifier and TypeMethodDescriptionstatic JSONObject
JSONUtils.encodeToJSONObject
(Map map) encodes a map into a JSONObject.