Package org.apache.camel.model.language
Class DatasonnetExpression.Builder
java.lang.Object
org.apache.camel.model.language.ExpressionDefinition.AbstractBuilder<DatasonnetExpression.Builder,DatasonnetExpression>
org.apache.camel.model.language.TypedExpressionDefinition.AbstractBuilder<DatasonnetExpression.Builder,DatasonnetExpression>
org.apache.camel.model.language.SingleInputTypedExpressionDefinition.AbstractBuilder<DatasonnetExpression.Builder,DatasonnetExpression>
org.apache.camel.model.language.DatasonnetExpression.Builder
- All Implemented Interfaces:
LanguageBuilder<DatasonnetExpression>
- Enclosing class:
DatasonnetExpression
public static class DatasonnetExpression.Builder
extends SingleInputTypedExpressionDefinition.AbstractBuilder<DatasonnetExpression.Builder,DatasonnetExpression>
Builder is a specific builder for DatasonnetExpression.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbodyMediaType(String bodyMediaType) The String representation of the message's body MediaTypeend()Ends the build of an expression.outputMediaType(String outputMediaType) The String representation of the MediaType to outputMethods inherited from class org.apache.camel.model.language.SingleInputTypedExpressionDefinition.AbstractBuilder
headerName, propertyName, source, variableNameMethods 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
-
bodyMediaType
The String representation of the message's body MediaType -
outputMediaType
The String representation of the MediaType to output -
end
Description copied from interface:LanguageBuilderEnds the build of an expression.- Returns:
- the expression fully built.
-