public class CustomStaticTypeUtils extends Object
| Constructor and Description |
|---|
CustomStaticTypeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.metadata.api.model.MetadataType |
getOperationAttributesType(OperationElement operationElement)
resolves the attributes type of a given operation.
|
static org.mule.metadata.api.model.MetadataType |
getOperationOutputType(OperationElement operationElement)
resolves the output type of a given operation.
|
static org.mule.metadata.api.model.MetadataType |
getParameterType(ExtensionParameter parameterElement)
resolves type of a given parameter.
|
static org.mule.metadata.api.model.MetadataType |
getSourceAttributesType(SourceElement sourceElement)
resolves the attribute type of a given source.
|
static org.mule.metadata.api.model.MetadataType |
getSourceOutputType(SourceElement sourceElement)
resolves the output type of a given source.
|
public static org.mule.metadata.api.model.MetadataType getOperationOutputType(OperationElement operationElement)
operationElement - operation to resolve the outputpublic static org.mule.metadata.api.model.MetadataType getOperationAttributesType(OperationElement operationElement)
operationElement - operation to resolve the attributespublic static org.mule.metadata.api.model.MetadataType getParameterType(ExtensionParameter parameterElement)
parameterElement - parameter to resolve the typepublic static org.mule.metadata.api.model.MetadataType getSourceOutputType(SourceElement sourceElement)
sourceElement - source to resolve the outputpublic static org.mule.metadata.api.model.MetadataType getSourceAttributesType(SourceElement sourceElement)
sourceElement - source to resolve the attributesCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.