public class DefaultFunctionDataType extends SimpleDataType implements org.mule.runtime.api.metadata.FunctionDataType
FunctionDataType.mimeType, streamType, typeATOM_STRING, BOOLEAN, BYTE_ARRAY, CURSOR_ITERATOR_PROVIDER, CURSOR_STREAM_PROVIDER, HTML_STRING, INPUT_STREAM, ITERATOR, JSON_STRING, MULE_MESSAGE, MULE_MESSAGE_COLLECTION, NUMBER, OBJECT, RSS_STRING, STRING, TEXT_STRING, XML_STRING| Constructor and Description |
|---|
DefaultFunctionDataType(Class<?> type,
org.mule.runtime.api.metadata.DataType returnType,
List<org.mule.runtime.api.metadata.FunctionParameter> parameters,
org.mule.runtime.api.metadata.MediaType mediaType,
boolean consumable) |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.api.metadata.FunctionParameter> |
getParameters() |
Optional<org.mule.runtime.api.metadata.DataType> |
getReturnType() |
equals, getMediaType, getType, hashCode, isCompatibleWith, isStreamType, toStringpublic List<org.mule.runtime.api.metadata.FunctionParameter> getParameters()
getParameters in interface org.mule.runtime.api.metadata.FunctionDataTypepublic Optional<org.mule.runtime.api.metadata.DataType> getReturnType()
getReturnType in interface org.mule.runtime.api.metadata.FunctionDataTypeCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.