| Package | Description |
|---|---|
| org.mule.metadata.api.model | |
| org.mule.metadata.api.model.impl |
| Modifier and Type | Method and Description |
|---|---|
List<FunctionParameter> |
FunctionType.getParameters()
Returns the list of parameters expected by this function
|
| Modifier and Type | Method and Description |
|---|---|
List<FunctionParameter> |
DefaultFunctionType.getParameters() |
| Constructor and Description |
|---|
DefaultFunctionType(MetadataFormat metadataFormat,
Map<Class<? extends TypeAnnotation>,TypeAnnotation> annotations,
Optional<MetadataType> returnType,
List<FunctionParameter> parameters) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.