public final class TypesFactory extends Object
MetadataType instances which
represent specific things| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_ATTRIBUTES_FIELD_NAME |
static String |
MESSAGE_PAYLOAD_FIELD_NAME |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.metadata.api.model.ObjectType |
buildMessageType(org.mule.metadata.api.builder.BaseTypeBuilder typeBuilder,
org.mule.metadata.api.model.MetadataType outputType,
org.mule.metadata.api.model.MetadataType attributesType)
Creates an
ObjectType which represents a Message which payload
is of type outputType and its attributes are of type attributesType |
public static final String MESSAGE_PAYLOAD_FIELD_NAME
public static final String MESSAGE_ATTRIBUTES_FIELD_NAME
public static org.mule.metadata.api.model.ObjectType buildMessageType(org.mule.metadata.api.builder.BaseTypeBuilder typeBuilder,
org.mule.metadata.api.model.MetadataType outputType,
org.mule.metadata.api.model.MetadataType attributesType)
ObjectType which represents a Message which payload
is of type outputType and its attributes are of type attributesTypetypeBuilder - the type builder to useoutputType - the type of the payloadattributesType - the type of the attributesObjectTypeCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.