Class TigerConfigurationHelper<T>


  • public class TigerConfigurationHelper<T>
    extends Object
    • Constructor Detail

      • TigerConfigurationHelper

        public TigerConfigurationHelper()
    • 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