Package | Description |
---|---|
io.vertx.core.json.jackson | |
io.vertx.core.spi.json |
Modifier and Type | Class and Description |
---|---|
class |
JacksonCodec |
Modifier and Type | Field and Description |
---|---|
static JsonCodec |
JsonCodec.INSTANCE
Static cached codec instance, initialized with
loadCodec() . |
Modifier and Type | Method and Description |
---|---|
static JsonCodec |
JsonCodec.loadCodec()
Load the JSON codec with the
ServiceLoader
An attempt is made to load a factory using the service loader META-INF/services JsonCodec .
Codecs are sorted
If no codec is resolved (which is usually the default case), the a JacksonCodec is created and used.
|
Copyright © 2023 Eclipse. All rights reserved.