Class FunctionGraphUtils

java.lang.Object
org.apache.camel.FunctionGraphUtils

public final class FunctionGraphUtils extends Object
  • Method Details

    • 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: