Package org.apache.camel.model.language
Class JoorExpression.Builder
java.lang.Object
org.apache.camel.model.language.ExpressionDefinition.AbstractBuilder<JoorExpression.Builder,JoorExpression>
org.apache.camel.model.language.TypedExpressionDefinition.AbstractBuilder<JoorExpression.Builder,JoorExpression>
org.apache.camel.model.language.JoorExpression.Builder
- All Implemented Interfaces:
LanguageBuilder<JoorExpression>
- Enclosing class:
JoorExpression
public static class JoorExpression.Builder
extends TypedExpressionDefinition.AbstractBuilder<JoorExpression.Builder,JoorExpression>
Builder is a specific builder for JoorExpression.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionend()Ends the build of an expression.preCompile(boolean preCompile) Whether the expression should be pre compiled once during initialization phase.preCompile(String preCompile) Whether the expression should be pre compiled once during initialization phase.singleQuotes(boolean singleQuotes) Whether single quotes can be used as replacement for double quotes.singleQuotes(String singleQuotes) Whether single quotes can be used as replacement for double quotes.Methods inherited from class org.apache.camel.model.language.TypedExpressionDefinition.AbstractBuilder
resultType, resultTypeNameMethods inherited from class org.apache.camel.model.language.ExpressionDefinition.AbstractBuilder
expression, id, predicate, trim, trim
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
preCompile
Whether the expression should be pre compiled once during initialization phase. If this is turned off, then the expression is reloaded and compiled on each evaluation. -
preCompile
Whether the expression should be pre compiled once during initialization phase. If this is turned off, then the expression is reloaded and compiled on each evaluation. -
singleQuotes
Whether single quotes can be used as replacement for double quotes. This is convenient when you need to work with strings inside strings. -
singleQuotes
Whether single quotes can be used as replacement for double quotes. This is convenient when you need to work with strings inside strings. -
end
Description copied from interface:LanguageBuilderEnds the build of an expression.- Returns:
- the expression fully built.
-