Class TigerConfigurationHelper<T>
java.lang.Object
de.gematik.test.tiger.common.config.TigerConfigurationHelper<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.json.JSONObjectyamlStringToJson(String yamlStr) converts a given yaml content string to JSON object.
-
Constructor Details
-
TigerConfigurationHelper
public TigerConfigurationHelper()
-
-
Method Details
-
yamlStringToJson
converts a given yaml content string to JSON object.- Parameters:
yamlStr- YAML content- Returns:
- JSON object representing the yaml content
-