public abstract class MunitExpressionFunction extends Object implements org.mule.runtime.api.el.ExpressionFunction
Abstract class that represents an Expression Language function
This class contains a method to implement the function name, and delegates de 'call' method
| Constructor and Description |
|---|
MunitExpressionFunction() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.TypedValue |
asTypedValue() |
abstract String |
getName()
Returns the name to bind with this function
|
Optional<org.mule.runtime.api.metadata.DataType> |
returnType() |
public Optional<org.mule.runtime.api.metadata.DataType> returnType()
returnType in interface org.mule.runtime.api.el.ExpressionFunctionpublic org.mule.runtime.api.metadata.TypedValue asTypedValue()
public abstract String getName()
Copyright © 2017. All rights reserved.