Interface ICustomParametersProviding

    • Method Detail

      • getCustomParameters

        String getCustomParameters()
        Returns:
        A JSON string holding the custom parameters.
      • getCustomParametersJson

        default com.alibaba.fastjson.JSONObject getCustomParametersJson()
        Returns:
        The custom parameters, parsed as a JSON object. Returns an empty JSON object if the parameters are empty or not a valid JSON string.