Package | Description |
---|---|
io.vertx.config.hocon | |
io.vertx.config.spi.utils | |
io.vertx.config.yaml |
Modifier and Type | Class and Description |
---|---|
class |
HoconProcessor
A processor using Typesafe Conf to read Hocon files.
|
Modifier and Type | Method and Description |
---|---|
static ConfigProcessor |
Processors.get(String format)
Gets a configuration processor matching with the given format.
|
Modifier and Type | Class and Description |
---|---|
class |
YamlProcessor
A processor using Jackson and SnakeYaml to read Yaml files.
|
Copyright © 2021 Eclipse. All rights reserved.