Tag: ReadingData
-
DataweaveClass Metadata Selector (.^class)
Returns the class of the Plain Old Java Object (POJO). The value might result from calling a method in a…
November 21, 2021
-
DataweaveEncoding Metadata Selector (.^encoding)
In the following Mule app flow, the Logger uses payload.^encoding to select the encoding of "my string"`set in the Set…
November 21, 2021
-
DataweaveMedia Type Metadata Selector (.^mediaType)
Returns the MIME type of a value that includes parameters (for example, application/json;charset=UTF-16). The expression in the value of {…
November 21, 2021
-
DataweaveMIME Type Metadata Selector (.^mimeType)
In the following Mule app flow, the Loggers use payload.^mimeType to select a string "my string", then to select a…
November 21, 2021
-
DataweaveRaw Metadata Selector (.^raw)
The following example uses the Set Payload component (set-payload) to produce a binary value, then uses the Transform Message component…
November 21, 2021
-
DataweaveCustom Metadata Selector (.^myCustomMetadata)
The following example uses userName.^myCustomMetadata to return the value of custom metadata that is defined as a variable (named userName)…
November 21, 2021