ConfigurationContentParser Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. configurations. serializers. ConfigurationContentParser
- com.
public class ConfigurationContentParser
Constructor Summary
Constructor | Description |
---|---|
ConfigurationContentParser() |
Empty constructor: Used only to keep GSON happy. |
ConfigurationContentParser(String json) |
Constructor for an ConfigurationContentParser that is built using the provided json |
Method Summary
Modifier and Type | Method and Description |
---|---|
JsonElement | toJsonElement() |
Constructor Details
ConfigurationContentParser
public ConfigurationContentParser()
Empty constructor: Used only to keep GSON happy.
ConfigurationContentParser
public ConfigurationContentParser(String json)
Constructor for an ConfigurationContentParser that is built using the provided json
Parameters:
json
- the json string to build the ConfigurationContentParser out of
Method Details
toJsonElement
public JsonElement toJsonElement()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java