vertx / io.vertx.config.spi.utils / JsonObjectHelper

JsonObjectHelper

open class JsonObjectHelper

Some utility methods to create json objects from a set of String.

Author
Clement Escoffier

Constructors

<init>

JsonObjectHelper()

Some utility methods to create json objects from a set of String.

Functions

convert

open static fun convert(value: String): Any

from

open static fun from(props: Properties): JsonObject

put

open static fun put(json: JsonObject, name: String, value: String, rawData: Boolean): Unit

toBuffer

open static fun toBuffer(json: JsonObject): Buffer