public interface TextConfig
| Modifier and Type | Method and Description |
|---|---|
default String |
toJson()
Convert a configuration to a JSON string
|
default io.vertx.core.json.JsonObject |
toJsonObject()
Convert a configuration to a
JsonObject |
default String |
toYaml()
Convert a configuration to a YAML string
|
default String toJson()
default String toYaml()
default io.vertx.core.json.JsonObject toJsonObject()
JsonObjectJsonObject representation of this configurationCopyright © 2022. All rights reserved.