Uses of Class
org.json.simple.JSONObject
-
-
Uses of JSONObject in com.biglybt.core.messenger
Constructors in com.biglybt.core.messenger with parameters of type JSONObject Constructor Description PlatformMessage(java.lang.String messageID, java.lang.String listenerID, java.lang.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 JSONObject Modifier and Type Method Description protected void
EngineImpl. exportJSONMappings(JSONObject res, java.lang.String str, java.util.List l, boolean level_1)
protected void
EngineImpl. exportToJSONObject(JSONObject res)
protected java.util.List
EngineImpl. importJSONMappings(JSONObject map, java.lang.String str, boolean level_1)
Constructors in com.biglybt.core.metasearch.impl with parameters of type JSONObject Constructor Description EngineImpl(MetaSearchImpl meta_search, int type, long id, long last_updated, float rank_bias, java.lang.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 JSONObject Modifier and Type Method Description protected void
WebEngine. exportToJSONObject(JSONObject res)
Constructors in com.biglybt.core.metasearch.impl.web with parameters of type JSONObject Constructor Description WebEngine(MetaSearchImpl meta_search, int type, long id, long last_updated, float rank_bias, java.lang.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 JSONObject Modifier and Type Method Description protected void
JSONEngine. exportToJSONObject(JSONObject res)
static Engine
JSONEngine. importFromJSONString(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.String name, JSONObject map)
Constructors in com.biglybt.core.metasearch.impl.web.json with parameters of type JSONObject Constructor Description JSONEngine(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.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 JSONObject Modifier and Type Method Description protected void
RegexEngine. exportToJSONObject(JSONObject res)
static Engine
RegexEngine. importFromJSONString(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.String name, JSONObject map)
Constructors in com.biglybt.core.metasearch.impl.web.regex with parameters of type JSONObject Constructor Description RegexEngine(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.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 JSONObject Modifier and Type Method Description static Engine
RSSEngine. importFromJSONString(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.String name, JSONObject map)
Constructors in com.biglybt.core.metasearch.impl.web.rss with parameters of type JSONObject Constructor Description RSSEngine(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.String name, JSONObject map)
-
Uses of JSONObject in com.biglybt.core.util
Methods in com.biglybt.core.util that return JSONObject Modifier and Type Method Description static JSONObject
BEncoder. encodeToJSONObject(java.util.Map<java.lang.Object,java.lang.Object> b_map)
-
Uses of JSONObject in com.biglybt.util
Methods in com.biglybt.util that return JSONObject Modifier and Type Method Description static JSONObject
JSONUtils. encodeToJSONObject(java.util.Map map)
encodes a map into a JSONObject.
-