alexander-katanov / tconfig

TConfig
0 stars 1 forks source link

Integrate with vertx configuration manner #1

Open kkorsakov opened 8 years ago

kkorsakov commented 8 years ago

It will be nice if library can be used inside Verticle for its configuration. Verticle is normally configured in init method from Json map with configuration.

alexander-katanov commented 8 years ago

Create a wrapper on JsonObject and enjoy

kkorsakov commented 8 years ago

Should I create a PR with submodule working with vertx?