Skip to main content

JSON to Bean

JSON to Bean deserializes mapped JSON into an instance of a class from a Java Library. It is the inverse of Bean to JSON.

The activity has three tabs: Configuration, Input, and Output.

Configuration

FieldRequiredDescription
NameRequiredName of the activity step.
DescriptionOptionalDescription of the activity step.
LibraryRequiredSelect the user library and version, then choose a class or method when needed.
Bean NameOptionalName to store the created bean under.
ScopeOptionalWhere to store the named bean. Defaults to Process.

Scope

OptionLifetime
ProcessThe bean lives for the duration of the workflow run. This is the default.
ApplicationThe bean is shared across the application.
EngineThe bean is shared across the engine.

Input

FieldRequiredDescription
InputsOptionalThe JSON to convert.

Output

FieldRequiredDescription
OutputOptionalThe created bean.