Class JsonObjectHelper
java.lang.Object
io.vertx.config.spi.utils.JsonObjectHelper
Some utility methods to create json objects from a set of String.
- Author:
- Clement Escoffier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Objectstatic JsonObjectfrom(Properties props) static JsonObjectfrom(Properties props, boolean rawData) static JsonObjectfrom(Properties props, boolean rawData, boolean hierarchical) static voidput(JsonObject json, String name, String value, boolean rawData) static JsonObject
-
Constructor Details
-
JsonObjectHelper
public JsonObjectHelper()
-
-
Method Details
-
put
-
convert
-
from
-
from
-
from
-
toJson
-