Uses of Interface
kong.unirest.core.json.JsonEngine
-
Packages that use JsonEngine Package Description kong.unirest.core.json kong.unirest.modules.gson kong.unirest.modules.jackson -
-
Uses of JsonEngine in kong.unirest.core.json
Fields in kong.unirest.core.json declared as JsonEngine Modifier and Type Field Description private static JsonEngine
CoreFactory. engine
private static JsonEngine
JSONElement. ENGINE
Fields in kong.unirest.core.json with type parameters of type JsonEngine Modifier and Type Field Description private static java.util.List<java.util.function.Supplier<JsonEngine>>
CoreFactory. SERVICE_LOCATORS
Methods in kong.unirest.core.json that return JsonEngine Modifier and Type Method Description static 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 JsonEngine Modifier and Type Method Description static 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 Modifier and Type Class Description class
GsonEngine
-
Uses of JsonEngine in kong.unirest.modules.jackson
Classes in kong.unirest.modules.jackson that implement JsonEngine Modifier and Type Class Description class
JacksonEngine
-