Bean to JSON
Bean to JSON serializes a bean from a Java Library into JSON the rest of the workflow can map. It is the inverse of JSON to Bean.
Unlike the other activities in this group it has no Scope or Bean Name — it converts what is mapped into it rather than storing anything.
The activity has three tabs: Configuration, Input, and Output.
Configuration
| Field | Required | Description |
|---|---|---|
| Name | Required | Name of the activity step. |
| Description | Optional | Description of the activity step. |
| Library | Required | Select the user library and version, then choose the bean class to convert to JSON. |
Input
| Field | Required | Description |
|---|---|---|
| Inputs | Optional | The bean to convert. |
Output
| Field | Required | Description |
|---|---|---|
| Output | Optional | The resulting JSON. |