Package org.apache.camel
Class FunctionGraphUtils
java.lang.Object
org.apache.camel.FunctionGraphUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
extractJsonFieldAsString
Gets the fieldName from the jsonString and returns it as a String- Parameters:
jsonString-fieldName-- Returns:
-
composeUrn
Returns the urn based on urnFormat and clientConfigurations- Parameters:
urnFormat-clientConfigurations-- Returns:
-