public class ConfigurationContentParser extends Object
| Constructor and Description |
|---|
ConfigurationContentParser()
Empty constructor: Used only to keep GSON happy.
|
ConfigurationContentParser(String json)
Constructor for an ConfigurationContentParser that is built using the provided json
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
toJsonElement() |
public ConfigurationContentParser()
public ConfigurationContentParser(String json)
json - the json string to build the ConfigurationContentParser out ofCopyright © 2024. All rights reserved.