Uses of Interface
kong.unirest.core.json.JsonEngine
Packages that use JsonEngine
-
Uses of JsonEngine in kong.unirest.core.json
Fields in kong.unirest.core.json declared as JsonEngineModifier and TypeFieldDescriptionprivate static JsonEngine
CoreFactory.engine
private static final JsonEngine
JSONElement.ENGINE
Fields in kong.unirest.core.json with type parameters of type JsonEngineModifier and TypeFieldDescriptionprivate static final List
<Supplier<JsonEngine>> CoreFactory.SERVICE_LOCATORS
Methods in kong.unirest.core.json that return JsonEngineModifier and TypeMethodDescriptionstatic JsonEngine
CoreFactory.findEngine()
Attempt to find the engine by one of the two strategies 1.static JsonEngine
CoreFactory.findEngineWithClassLoader()
It will attempt to load the loader by class name from the classloader by known names in order.static JsonEngine
CoreFactory.findEngineWithServiceLocator()
Finds an engine with the ServiceLoader uses the java.util.ServiceLoader to load a class by looking for a meta config file in the resources.static JsonEngine
CoreFactory.getCore()
Gets the registered instanceMethods in kong.unirest.core.json with parameters of type JsonEngineModifier and TypeMethodDescriptionstatic void
CoreFactory.setEngine
(JsonEngine jsonEngine) Sets the locators engine to a specific instance -
Uses of JsonEngine in kong.unirest.modules.gson
Classes in kong.unirest.modules.gson that implement JsonEngine -
Uses of JsonEngine in kong.unirest.modules.jackson
Classes in kong.unirest.modules.jackson that implement JsonEngine