Uses of Class
org.mule.metadata.api.model.FunctionParameter
-
Packages that use FunctionParameter Package Description org.mule.metadata.api.model org.mule.metadata.api.model.impl -
-
Uses of FunctionParameter in org.mule.metadata.api.model
Methods in org.mule.metadata.api.model that return types with arguments of type FunctionParameter Modifier and Type Method Description List<FunctionParameter>FunctionType. getParameters()Returns the list of parameters expected by this function -
Uses of FunctionParameter in org.mule.metadata.api.model.impl
Methods in org.mule.metadata.api.model.impl that return types with arguments of type FunctionParameter Modifier and Type Method Description List<FunctionParameter>DefaultFunctionType. getParameters()Constructor parameters in org.mule.metadata.api.model.impl with type arguments of type FunctionParameter Constructor Description DefaultFunctionType(MetadataFormat metadataFormat, Map<Class<? extends TypeAnnotation>,TypeAnnotation> annotations, Optional<MetadataType> returnType, List<FunctionParameter> parameters)
-