ConfigurationContentParser Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.configurations.serializers.ConfigurationContentParser

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