Package org.apache.camel.model.language
Class WasmExpression.Builder
java.lang.Object
org.apache.camel.model.language.ExpressionDefinition.AbstractBuilder<WasmExpression.Builder,WasmExpression>
org.apache.camel.model.language.TypedExpressionDefinition.AbstractBuilder<WasmExpression.Builder,WasmExpression>
org.apache.camel.model.language.WasmExpression.Builder
- All Implemented Interfaces:
LanguageBuilder<WasmExpression>
- Enclosing class:
WasmExpression
public static class WasmExpression.Builder
extends TypedExpressionDefinition.AbstractBuilder<WasmExpression.Builder,WasmExpression>
Builder is a specific builder for WasmExpression.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionend()Ends the build of an expression.Set the module, the distributable, loadable, and executable unit of code in WebAssembly that provides the expression function.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
-
module
Set the module, the distributable, loadable, and executable unit of code in WebAssembly that provides the expression function. -
end
Description copied from interface:LanguageBuilderEnds the build of an expression.- Returns:
- the expression fully built.
-