Package org.apache.camel
Class FunctionGraphUtils
- java.lang.Object
-
- org.apache.camel.FunctionGraphUtils
-
public final class FunctionGraphUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcomposeUrn(String urnFormat, ClientConfigurations clientConfigurations)Returns the urn based on urnFormat and clientConfigurationsstatic StringextractJsonFieldAsString(String jsonString, String fieldName)Gets the fieldName from the jsonString and returns it as a String
-
-
-
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:
-
-