Class ScriptUID
java.lang.Object
org.apache.camel.quarkus.support.language.runtime.SourceCodeUID
org.apache.camel.quarkus.support.language.runtime.ScriptUID
ScriptUID represents the unique identifier of a script, its binding context and its arguments.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.camel.quarkus.support.language.runtime.SourceCodeUID
asJavaIdentifier, toString
-
Constructor Details
-
ScriptUID
-
-
Method Details
-
getSourceCode
- Specified by:
getSourceCodein classSourceCodeUID- Returns:
- the source code to transform into an id.
-