public class MocoTestConfigJson extends Object
MocoTestConfig and its corresponding JsonObject.| Modifier and Type | Method and Description |
|---|---|
static MocoTestConfig |
asMocoTestConfig(javax.json.JsonObject json)
Returns the MocoTestConfig instance represented by the given JSON object.
|
static javax.json.JsonObject |
toJson(CertConfig certConfig)
Returns the JSON object that represents the given
CertConfig. |
static javax.json.JsonObject |
toJson(MocoServerConfig serverConfig)
Returns the JSON object that represents the given
MocoServerConfig. |
static javax.json.JsonObject |
toJson(MocoTestConfig testConfig)
Returns the JSON object that represents the given
MocoTestConfig. |
public static javax.json.JsonObject toJson(MocoTestConfig testConfig)
MocoTestConfig.public static javax.json.JsonObject toJson(MocoServerConfig serverConfig)
MocoServerConfig.public static javax.json.JsonObject toJson(CertConfig certConfig)
CertConfig.public static MocoTestConfig asMocoTestConfig(javax.json.JsonObject json)
Copyright © 2022 The Cornutum Project. All rights reserved.