Class FunctionGraphUtils


  • public final class FunctionGraphUtils
    extends Object
    • Method Detail

      • extractJsonFieldAsString

        public static String extractJsonFieldAsString​(String jsonString,
                                                      String fieldName)
        Gets the fieldName from the jsonString and returns it as a String
        Parameters:
        jsonString -
        fieldName -
        Returns:
      • composeUrn

        public static String composeUrn​(String urnFormat,
                                        ClientConfigurations clientConfigurations)
        Returns the urn based on urnFormat and clientConfigurations
        Parameters:
        urnFormat -
        clientConfigurations -
        Returns: