Uses of Class
org.apache.camel.model.language.TypedExpressionDefinition
Packages that use TypedExpressionDefinition
Package
Description
-
Uses of TypedExpressionDefinition in org.apache.camel.model.language
Classes in org.apache.camel.model.language with type parameters of type TypedExpressionDefinitionModifier and TypeClassDescriptionstatic classTypedExpressionDefinition.AbstractBuilder<T extends TypedExpressionDefinition.AbstractBuilder<T,E>, E extends TypedExpressionDefinition> AbstractBuilderis the base builder for typed expression.Subclasses of TypedExpressionDefinition in org.apache.camel.model.languageModifier and TypeClassDescriptionclassA fixed value set only once during the route startup.classEvaluate a compiled simple expression.classTo use DataSonnet scripts for message transformations.classEvaluates a Groovy script.classGet the value of a HL7 message field specified by terse location specification syntax.classEvaluates a Java (Java compiled once at runtime) expression.classEvaluates a JavaScript expression.classDeprecated.classEvaluates a JQ expression against a JSON message body.classEvaluates a JSONPath expression against a JSON message body.classCalls a Java bean method.classEvaluates a MVEL template.classEvaluates an OGNL expression (Apache Commons OGNL).classEvaluates a Python expression.classUses an existing expression from the registry.classEvaluates a Camel simple expression.classExpression for which a result type can be provided along with the source of the input (body, header or property).classEvaluates a Spring expression (SpEL).