public interface FunctionType extends MetadataType
| Modifier and Type | Method and Description |
|---|---|
List<FunctionParameter> |
getParameters()
Returns the list of parameters expected by this function
|
Optional<MetadataType> |
getReturnType()
The return type of the function.
|
accept, getAnnotation, getAnnotations, getDescription, getMetadataFormatList<FunctionParameter> getParameters()
Optional<MetadataType> getReturnType()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.