| Package | Description | 
|---|---|
| io.vertx.core.json | |
| io.vertx.core.json.jackson | |
| io.vertx.core.spi | 
| Modifier and Type | Method and Description | 
|---|---|
static JsonFactory | 
Json.load()
Load the factory with the  
ServiceLoader, when no factory is found then a factory
 using Jackson will be returned. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JacksonFactory  | 
| Modifier and Type | Method and Description | 
|---|---|
static JsonFactory | 
JsonFactory.load()
 Load the JSON factory with the  
ServiceLoader
 
   An attempt is made to load a factory using the service loader META-INF/services JsonFactory.
   Factories are sorted 
   If not factory is resolved (which is usually the default case), JacksonFactory.INSTANCE is used.
  | 
Copyright © 2024 Eclipse. All rights reserved.