public class DeclarationOperation extends Object
OperationModel inferred by the chain of Processors within a | Constructor and Description |
|---|
DeclarationOperation(org.mule.metadata.api.model.MetadataType output,
org.mule.metadata.api.model.MetadataType outputAttributes)
Declaration Operation represents an operation of the
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,DeclarationOperation> |
fromString(String json)
Deserializer of the declaration for a whole map of declarations, where the result represents a map with all the
|
org.mule.metadata.api.model.MetadataType |
getOutput() |
org.mule.metadata.api.model.MetadataType |
getOutputAttributes() |
static String |
toString(Map<String,DeclarationOperation> operationMap)
Serializer of the declaration for a whole map of declarations, where each key of
Map.keySet() represents an
|
public DeclarationOperation(org.mule.metadata.api.model.MetadataType output,
org.mule.metadata.api.model.MetadataType outputAttributes)
output - MetadataType's output of an outputAttributes - MetadataType's output's attribute of an public org.mule.metadata.api.model.MetadataType getOutput()
MetadataType for the public org.mule.metadata.api.model.MetadataType getOutputAttributes()
MetadataType for the public static String toString(Map<String,DeclarationOperation> operationMap)
Map.keySet() represents an
operationMap - map with operations of the current public static Map<String,DeclarationOperation> fromString(String json)
json - String representation of a MapMap where each key is an operation of the current Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.