Uses of Interface
kong.unirest.core.json.JsonEngine
-
Packages that use JsonEngine Package Description kong.unirest.core.json -
-
Uses of JsonEngine in kong.unirest.core.json
Methods 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. use the java.util.ServiceLoader to load a class by looking for a meta config file in the resources.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
-