Class TigerConfigurationHelper<T>
- java.lang.Object
-
- de.gematik.test.tiger.common.config.TigerConfigurationHelper<T>
-
public class TigerConfigurationHelper<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description TigerConfigurationHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.json.JSONObjectyamlStringToJson(String yamlStr)converts a given yaml content string to JSON object.
-
-
-
Method Detail
-
yamlStringToJson
public static org.json.JSONObject yamlStringToJson(String yamlStr)
converts a given yaml content string to JSON object.- Parameters:
yamlStr- YAML content- Returns:
- JSON object representing the yaml content
-
-