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 JsonEngineCoreFactory. engineprivate static JsonEngineJSONElement. ENGINEFields 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_LOCATORSMethods in kong.unirest.core.json that return JsonEngine Modifier and Type Method Description static JsonEngineCoreFactory. findEngine()Attempt to find the engine by one of the two strategies 1.static JsonEngineCoreFactory. findEngineWithClassLoader()It will attempt to load the loader by class name from the classloader by known names in order.static JsonEngineCoreFactory. 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 JsonEngineCoreFactory. getCore()Gets the registered instanceMethods in kong.unirest.core.json with parameters of type JsonEngine Modifier and Type Method Description static voidCoreFactory. 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 classGsonEngine -
Uses of JsonEngine in kong.unirest.modules.jackson
Classes in kong.unirest.modules.jackson that implement JsonEngine Modifier and Type Class Description classJacksonEngine
-