Package io.quarkus.devui.runtime.config
Class ConfigJsonRPCService
- java.lang.Object
-
- io.quarkus.devui.runtime.config.ConfigJsonRPCService
-
@ApplicationScoped public class ConfigJsonRPCService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ConfigDescriptionBeanconfigDescriptionBean
-
Constructor Summary
Constructors Constructor Description ConfigJsonRPCService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.json.JsonArraygetAllConfiguration()io.vertx.core.json.JsonObjectgetAllValues()io.vertx.core.json.JsonObjectgetProjectProperties()booleanupdateProperties(String content, String type)JsonRpcMessage<Boolean>updateProperty(String name, String value)
-
-
-
Field Detail
-
configDescriptionBean
@Inject ConfigDescriptionBean configDescriptionBean
-
-
Method Detail
-
updateProperty
public JsonRpcMessage<Boolean> updateProperty(String name, String value)
-
getAllConfiguration
public io.vertx.core.json.JsonArray getAllConfiguration()
-
getAllValues
public io.vertx.core.json.JsonObject getAllValues()
-
getProjectProperties
public io.vertx.core.json.JsonObject getProjectProperties()
-
-