Uses of Interface
kong.unirest.core.json.JsonEngine
Packages that use JsonEngine
-
Uses of JsonEngine in kong.unirest.core.json
Methods in kong.unirest.core.json that return JsonEngineModifier and TypeMethodDescriptionstatic 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 JsonEngineModifier and TypeMethodDescriptionstatic 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 -
Uses of JsonEngine in kong.unirest.modules.jackson
Classes in kong.unirest.modules.jackson that implement JsonEngine