JSON to Object Transformer
JSON to Object Transformer
The JSON to Object Transformer transforms the provided JSON string to the object defined in the Object Class attribute. The result will be returned as an object instance.
In the table below, you will find an explanation of these properties. All attributes with a ‘*’ are mandatory.
Attribute |
Description |
Name* |
By default, we fill this out with the technical ‘tag’, followed by a serial number. Changing the name is optional. |
Enabled |
Set this value to true, if you want this service to be enabled. |
MessagePart-In |
Name of the MessagePart in a ConnectMessage where the content of the file is being stored. |
MessagePart-Out |
Name of the MessagePart in a ConnectMessage where the content of the file is being stored. |
Object Class* |
Fully qualified POJO class name to transform to. |
Collection |
Set whenever you want to return the resulting object as a List (Collection). The default is false. |
Split |
Set whenever the resulting collection should be split up into individual messages. The default is false. |
Description |
Description of the specific service. This is for documentation purposes. |