| Package | Description |
|---|---|
| org.mule.runtime.api.metadata |
| Modifier and Type | Method and Description |
|---|---|
DataTypeBuilder.DataTypeFunctionTypeBuilder |
DataTypeBuilder.fromFunction(ExpressionFunction function)
Populates the builder from the given
ExpressionFunction. |
static DataType |
DataType.fromFunction(ExpressionFunction function)
Shortcut to create the
DataType from an ExpressionFunction instance. |
| Modifier and Type | Method and Description |
|---|---|
DataTypeBuilder.DataTypeFunctionTypeBuilder |
DataTypeBuilder.functionType(Class<? extends ExpressionFunction> functionType)
Sets the given type for the
FunctionDataType to be built. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.