Package org.apache.camel.model.language
Class ExchangePropertyExpression.Builder
java.lang.Object
org.apache.camel.model.language.ExpressionDefinition.AbstractBuilder<ExchangePropertyExpression.Builder,ExchangePropertyExpression>
org.apache.camel.model.language.ExchangePropertyExpression.Builder
- All Implemented Interfaces:
LanguageBuilder<ExchangePropertyExpression>
- Enclosing class:
ExchangePropertyExpression
public static class ExchangePropertyExpression.Builder
extends ExpressionDefinition.AbstractBuilder<ExchangePropertyExpression.Builder,ExchangePropertyExpression>
Builder is a specific builder for ExchangePropertyExpression.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.camel.model.language.ExpressionDefinition.AbstractBuilder
expression, id, predicate, trim, trim
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
end
Description copied from interface:LanguageBuilderEnds the build of an expression.- Returns:
- the expression fully built.
-